Deploy heat with magnum

As magnum relies on heat we should deploy it with magnum
in CI as well.

Change-Id: Ib5ff38d637a5fb11276b059d06a0365cbe1a4980
This commit is contained in:
Dmitriy Rabotyagov 2020-01-06 16:27:06 +02:00
parent 5516771028
commit 350c92ea90
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ bootstrap_host_scenarios_expanded: |-
{% if 'ironic' in bootstrap_host_scenarios %}
{% set _ = scenario_list.extend(['swift']) %}
{% endif %}
{% if 'magnum' in bootstrap_host_scenarios %}
{% set _ = scenario_list.extend(['heat']) %}
{% endif %}
{% if 'murano' in bootstrap_host_scenarios %}
{% set _ = scenario_list.extend(['heat']) %}
{% endif %}