Add cinderstore glance testing scenario

Change-Id: I3b838ad33e7398fe864b0bf85e06f037f6990c37
This commit is contained in:
Dmitriy Rabotyagov 2023-11-16 18:05:52 +01:00 committed by Dmitriy Rabotyagov
parent 3e2d7afa05
commit 02e3d744f2
1 changed files with 6 additions and 0 deletions

View File

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