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