From 350c92ea9058456e2a409b5baadeab2a2622931b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 6 Jan 2020 16:27:06 +0200 Subject: [PATCH] Deploy heat with magnum As magnum relies on heat we should deploy it with magnum in CI as well. Change-Id: Ib5ff38d637a5fb11276b059d06a0365cbe1a4980 --- tests/roles/bootstrap-host/vars/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/roles/bootstrap-host/vars/main.yml b/tests/roles/bootstrap-host/vars/main.yml index 7e6d653dd8..6bc535aa43 100644 --- a/tests/roles/bootstrap-host/vars/main.yml +++ b/tests/roles/bootstrap-host/vars/main.yml @@ -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 %}