Merge "Add heat service when scenario includes sahara"

This commit is contained in:
Zuul 2021-08-24 16:31:31 +00:00 committed by Gerrit Code Review
commit 2d47f9d129

View File

@ -35,7 +35,7 @@ bootstrap_host_scenarios_expanded: |-
{% if 'ironic' in bootstrap_host_scenarios %} {% if 'ironic' in bootstrap_host_scenarios %}
{% set _ = scenario_list.extend(['swift']) %} {% set _ = scenario_list.extend(['swift']) %}
{% endif %} {% endif %}
{% if 'magnum' in bootstrap_host_scenarios %} {% if ('magnum' in bootstrap_host_scenarios) or ('sahara' in bootstrap_host_scenarios) %}
{% set _ = scenario_list.extend(['heat']) %} {% set _ = scenario_list.extend(['heat']) %}
{% endif %} {% endif %}
{% if 'manila' in bootstrap_host_scenarios %} {% if 'manila' in bootstrap_host_scenarios %}