Add heat service when scenario includes sahara

Change-Id: I81b55961bce3bb664f4450ef14327c1634a9e8e1
This commit is contained in:
Jonathan Rosser 2021-07-27 16:11:19 +01:00 committed by Dmitriy Rabotyagov
parent 3d59c738f1
commit 2dc1611f1b

View File

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