From 02e3d744f2b74a24a4d1516484def153b3f54a94 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 16 Nov 2023 18:05:52 +0100 Subject: [PATCH] Add cinderstore glance testing scenario Change-Id: I3b838ad33e7398fe864b0bf85e06f037f6990c37 --- .../bootstrap-host/templates/user_variables.aio.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index a0d2c65be7..8b4145b2c9 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -339,6 +339,12 @@ tempest_test_includelist_cinder: {% endif %} {% endif %} +{% if 'glance' in bootstrap_host_scenarios and 'cinderstore' in bootstrap_host_scenarios_expanded %} +glance_default_store: + name: cinder + type: cinder +{% endif %} + {% if 'quorum' in bootstrap_host_scenarios_expanded %} oslomsg_rabbit_quorum_queues: True {% endif %}