Set sample_default for 'host' option
This prevents build system hostnames from being written into sample conf files. Change-Id: I8c52db1e375116c750da9a619aaaea134bddebbe
This commit is contained in:
parent
a8a9dda300
commit
a4abfa463e
@ -104,6 +104,7 @@ global_opts = [
|
||||
default='cinder.scheduler.manager.SchedulerManager',
|
||||
help='Full class name for the Manager for scheduler'),
|
||||
cfg.HostAddressOpt('host',
|
||||
sample_default='localhost',
|
||||
default=socket.gethostname(),
|
||||
help='Name of this node. This can be an opaque '
|
||||
'identifier. It is not necessarily a host name, '
|
||||
|
Loading…
x
Reference in New Issue
Block a user