Add heat service when scenario includes sahara
Change-Id: I81b55961bce3bb664f4450ef14327c1634a9e8e1
This commit is contained in:
parent
3d59c738f1
commit
2dc1611f1b
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user