Merge "Add heat service when scenario includes sahara"
This commit is contained in:
commit
2d47f9d129
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user