ironic: deploy swift at the same time
This change deploys Swift if Ironic is requested to be deployed as it has certain dependencies on it. Change-Id: I6989a7ebc4d35216ec1a3f802204511fcdf360df
This commit is contained in:
parent
1f1cca42c5
commit
27ae5dbb77
@ -26,6 +26,9 @@ bootstrap_host_services: >-
|
||||
{%- set _ = service_list.append('horizon') %}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
{%- if 'ironic' in scenario_list %}
|
||||
{%- set _ = service_list.extend(['swift']) %}
|
||||
{%- endif %}
|
||||
{%- if 'translations' in scenario_list %}
|
||||
{%- set _ = service_list.extend(['designate', 'heat', 'magnum', 'sahara', 'swift', 'trove']) %}
|
||||
{%- endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user