conf: fix netconf, my_ip and host are unclear

Default values set for my_ip and host config opts in the netconf file
are reporting the details of the infra worker, thus making it unclear
what the real default value should be.  Also, help text for the host opt
did not mention its relevance to the cinder and neutron settings.

Change-Id: I69e3953fa46766ea2818bd01c4de949fd43938b0
Closes-Bug: 1669746
Implements: blueprint centralize-config-options-pike
This commit is contained in:
Stephen Finucane 2017-06-30 14:58:06 +01:00
parent dde0bea80c
commit 80b5ad046d
1 changed files with 12 additions and 1 deletions

View File

@ -24,6 +24,7 @@ from oslo_utils import netutils
netconf_opts = [
cfg.StrOpt("my_ip",
default=netutils.get_my_ipv4(),
sample_default='<host_ipv4>',
help="""
The IP address which the host is using to connect to the management network.
@ -53,8 +54,18 @@ Related options:
"""),
cfg.StrOpt("host",
default=socket.gethostname(),
sample_default='<current_hostname>',
help="""
Hostname, FQDN or IP address of this host. Must be valid within AMQP key.
Hostname, FQDN or IP address of this host.
Used as:
* the oslo.messaging queue name for nova-compute worker
* we use this value for the binding_host sent to neutron. This means if you use
a neutron agent, it should have the same value for host.
* cinder host attachment information
Must be valid within AMQP key.
Possible values: