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:
parent
5516771028
commit
350c92ea90
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user