diff --git a/.zuul.yaml b/.zuul.yaml index 598a140347..4438d7ed88 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -242,6 +242,19 @@ image_conversion: output_format: raw +- job: + name: glance-multistore-cinder-import + parent: tempest-integrated-storage-import + voting: false + description: | + The regular import workflow job to test with multiple cinder stores + vars: + devstack_localrc: + USE_CINDER_FOR_GLANCE: True + GLANCE_ENABLE_MULTIPLE_STORES: True + CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 + GLANCE_CINDER_DEFAULT_BACKEND: lvmdriver-1 + - job: name: tempest-integrated-storage-import-standalone parent: tempest-integrated-storage-import @@ -301,6 +314,8 @@ irrelevant-files: *tempest-irrelevant-files - tempest-integrated-storage-import-standalone: irrelevant-files: *tempest-irrelevant-files + - glance-multistore-cinder-import: + irrelevant-files: *tempest-irrelevant-files - grenade: irrelevant-files: *tempest-irrelevant-files - tempest-ipv6-only: