Merge "Enable second glance worker for import testing"

This commit is contained in:
Zuul 2021-03-10 02:27:07 +00:00 committed by Gerrit Code Review
commit 751e5ed812
1 changed files with 6 additions and 0 deletions

View File

@ -222,9 +222,13 @@
The regular tempest-integrated-storage job but with glance metadata injection
post-run: playbooks/post-check-metadata-injection.yaml
vars:
zuul_copy_output:
/etc/glance-remote: logs
devstack_localrc:
GLANCE_STANDALONE: False
GLANCE_USE_IMPORT_WORKFLOW: True
devstack_services:
g-api-r: true
devstack_local_conf:
post-config:
$GLANCE_API_CONF:
@ -262,6 +266,8 @@
The regular tempest-integrated-storage-import-workflow job but with glance in
standalone mode
vars:
devstack_services:
g-api-r: false
devstack_localrc:
GLANCE_STANDALONE: True