Skip to content
Snippets Groups Projects
Commit b78c95fb authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Support customising nova-conductor and proxy groups for cells"

parents e65ac9ac 05ae35bf
No related branches found
No related tags found
No related merge requests found
......@@ -20,19 +20,31 @@ glance
nova
[nova-conductor:children]
{% if 'cell-control' in kolla_overcloud_inventory_top_level_group_map %}
cell-control
{% else %}
nova
{% endif %}
[nova-super-conductor:children]
nova
[nova-novncproxy:children]
{% if 'cell-control' in kolla_overcloud_inventory_top_level_group_map %}
cell-control
{% else %}
nova
{% endif %}
[nova-scheduler:children]
nova
[nova-spicehtml5proxy:children]
{% if 'cell-control' in kolla_overcloud_inventory_top_level_group_map %}
cell-control
{% else %}
nova
{% endif %}
# 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
......@@ -46,7 +58,11 @@ nova
{% endif %}
[nova-serialproxy:children]
{% if 'cell-control' in kolla_overcloud_inventory_top_level_group_map %}
cell-control
{% else %}
nova
{% endif %}
# Neutron
[neutron-server:children]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment