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:
Mohammed Naser 2019-03-28 21:18:36 -04:00
parent 1f1cca42c5
commit 27ae5dbb77
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}