(potential) fix for https://github.com/stackhpc/kayobe/issues/71
This commit is contained in:
parent
3a8d0c7ba8
commit
b0a67996c3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user