This commit is contained in:
Darren Hoyland 2017-11-13 15:46:17 +00:00
parent 3a8d0c7ba8
commit b0a67996c3
2 changed files with 8 additions and 1 deletions

View File

@ -210,6 +210,8 @@ 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

View File

@ -37,11 +37,16 @@ nova
[nova-spicehtml5proxy:children]
nova
[nova-compute-ironic:children]
# NOTE: HA for nova-compute services with ironic is still an experimental
# feature. Provide the option to use a single compute host, even when multiple
# controllers are in use.
{% if kolla_nova_compute_ironic_host is not none %}
[nova-compute-ironic]
{{ kolla_nova_compute_ironic_host }}
{% else %}
[nova-compute-ironic:children]
{{ kolla_nova_compute_ironic_group }}
{% endif %}
[nova-serialproxy:children]
nova