Added a comment to explain what's going on with kolla_nova_compute_ironic_host

This commit is contained in:
Darren Hoyland 2017-11-13 16:03:20 +00:00
parent b0a67996c3
commit 77c13fe626
2 changed files with 8 additions and 2 deletions

View File

@ -5,3 +5,7 @@
# Which group to use to deploy the nova-compute services for ironic. By default
# all hosts in the nova group are used - typically the controllers.
kolla_nova_compute_ironic_group: nova
# Which host to use to deploy the nova-compute services for ironic. By default
# this is none and the kolla_nova_compute_ironic_group is used instead.
kolla_nova_compute_ironic_host:

View File

@ -210,12 +210,14 @@ kolla_openstack_logging_debug:
# Nova options
#######################
kolla_nova_compute_ironic_host:
# Which group to use to deploy the nova-compute services for ironic. By default
# all hosts in the nova group are used - typically the controllers.
kolla_nova_compute_ironic_group: nova
# Which host to use to deploy the nova-compute services for ironic. By default
# this is none and the kolla_nova_compute_ironic_group is used instead.
kolla_nova_compute_ironic_host:
###############################################################################
# Extra free-form configuraton.