Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
- job:
name: glance-multistore-cinder-import
parent: tempest-integrated-storage-import
timeout: 10800
description: |
The regular import workflow job to test with multiple cinder stores
vars:
Expand All @@ -255,6 +256,11 @@
GLANCE_ENABLE_MULTIPLE_STORES: True
CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2
GLANCE_CINDER_DEFAULT_BACKEND: lvmdriver-1
devstack_local_conf:
test-config:
"$TEMPEST_CONFIG":
image:
build_timeout: 600

- job:
name: tempest-integrated-storage-import-standalone
Expand Down