Merge "conf: fix default values reporting infra worker"
This commit is contained in:
commit
83df38ef4a
@ -477,7 +477,7 @@ Possible values:
|
||||
compute_manager_opts = [
|
||||
cfg.StrOpt('console_host',
|
||||
default=socket.gethostname(),
|
||||
sample_default="socket.gethostname()",
|
||||
sample_default="<current_hostname>",
|
||||
help="""
|
||||
Console proxy host to be used to connect to instances on this host. It is the
|
||||
publicly visible name for the console host.
|
||||
|
@ -648,13 +648,14 @@ that adding new host will fail, thus option to force join was introduced.
|
||||
xenapi_console_opts = [
|
||||
cfg.StrOpt('console_public_hostname',
|
||||
default=socket.gethostname(),
|
||||
sample_default='<current_hostname>',
|
||||
deprecated_group='DEFAULT',
|
||||
help="""
|
||||
Publicly visible name for this console host.
|
||||
|
||||
Possible values:
|
||||
|
||||
* A string representing a valid hostname
|
||||
* Current hostname (default) or any string representing hostname.
|
||||
"""),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user