yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62457
[Bug 1669847] Re: sample config default values show details of infra worker instead of intended default values
Reviewed: https://review.openstack.org/441227
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=67bf3b83f6e945ecd38c7ac11c26367052500f8b
Submitter: Jenkins
Branch: master
commit 67bf3b83f6e945ecd38c7ac11c26367052500f8b
Author: Maciej Szankin <maciej.szankin@xxxxxxxxx>
Date: Fri Mar 3 10:51:56 2017 -0600
conf: fix default values reporting infra worker
Default values set for console_host and
xenserver.console_public_hostname are reporting the details of the
infra worker or some python code,, thus making it unclear what the
real default value should be.
Change-Id: Iba7bf16ba30958d9c4008cc2fbf77cd9f64cf5a3
Closes-Bug: 1669847
Implements: blueprint centralize-config-options-pike
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1669847
Title:
sample config default values show details of infra worker instead of
intended default values
Status in OpenStack Compute (nova):
Fix Released
Bug description:
Following the discovery in [1], few more places were found where the
config options default instead of the intended value reports details
of infra worker.
Affected options are:
* console_host, nova/conf/compute.py
* xenserver.console_public_hostname, nova/conf/xenserver.py
[1] https://bugs.launchpad.net/nova/+bug/1669746
For context:
#
# Console proxy host to be used to connect to instances on this host. It is the
# publicly visible name for the console host.
#
# Possible values:
#
# * Current hostname (default) or any string representing hostname.
# (string value)
#console_host = socket.gethostname()
#
# Publicly visible name for this console host.
#
# Possible values:
#
# * A string representing a valid hostname
# (string value)
# Deprecated group/name - [DEFAULT]/console_public_hostname
#console_public_hostname = ubuntu-xenial-osic-cloud1-s3700-7551763
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1669847/+subscriptions
References