← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1669746] [NEW] sample config for host is unclear

 

Public bug reported:

When we default the host and my_ip setting using oslo_config we end up
reporting the details of the infra worker that generated the docs. We
should make use of the sample default to add some text that looks better
in the docs.

In addition the description of host doesn't mention this is used as the
oslo.messaging queue name for nova-compute worker. It is also used for
the neutron bind host, so should match the host config of the neutorn
agent. It is also used for the cinder host attachment information.

For context, here is the current rendering of the conf:

#
# Hostname, FQDN or IP address of this host. Must be valid within AMQP key.
#
# Possible values:
#
# * String with hostname, FQDN or IP address. Default is hostname of this host.
#  (string value)
#host = ubuntu-xenial-osic-cloud1-disk-7584065

Note there are other ones needing sample default to be set:

#
# The IP address which the host is using to connect to the management network.
#
# Possible values:
#
# * String with valid IP address. Default is IPv4 address of this host.
#
# Related options:
#
# * metadata_host
# * my_block_storage_ip
# * routing_source_ip
# * vpn_ip
#  (string value)
#my_ip = 10.29.14.104

** Affects: nova
     Importance: Medium
         Status: New


** Tags: doc

** Tags added: doc

** Changed in: nova
   Importance: Undecided => Medium

-- 
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/1669746

Title:
  sample config for host is unclear

Status in OpenStack Compute (nova):
  New

Bug description:
  When we default the host and my_ip setting using oslo_config we end up
  reporting the details of the infra worker that generated the docs. We
  should make use of the sample default to add some text that looks
  better in the docs.

  In addition the description of host doesn't mention this is used as
  the oslo.messaging queue name for nova-compute worker. It is also used
  for the neutron bind host, so should match the host config of the
  neutorn agent. It is also used for the cinder host attachment
  information.

  For context, here is the current rendering of the conf:

  #
  # Hostname, FQDN or IP address of this host. Must be valid within AMQP key.
  #
  # Possible values:
  #
  # * String with hostname, FQDN or IP address. Default is hostname of this host.
  #  (string value)
  #host = ubuntu-xenial-osic-cloud1-disk-7584065

  Note there are other ones needing sample default to be set:

  #
  # The IP address which the host is using to connect to the management network.
  #
  # Possible values:
  #
  # * String with valid IP address. Default is IPv4 address of this host.
  #
  # Related options:
  #
  # * metadata_host
  # * my_block_storage_ip
  # * routing_source_ip
  # * vpn_ip
  #  (string value)
  #my_ip = 10.29.14.104

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1669746/+subscriptions


Follow ups