summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-05-23 11:41:27 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-26 11:32:10 -0400
commitd413f43fcac2af5f25fe5b09250b6609501f697b (patch)
tree8bfa6f572a8f0460da5833a0895105dae5230c73 /meta-openstack
parente42c5bd214aea49fc98a001cc3db00588ab3111f (diff)
downloadmeta-cloud-services-d413f43fcac2af5f25fe5b09250b6609501f697b.tar.gz
tempest: enable cinder-volume multi-backend tests
As cinder-volume supports multiple backend drivers: nfs, glusterfs, ceph, and lvm-iscsi, it's good to allow tempest to test cinder-volume multi-backend. Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest/tempest.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest/tempest.conf b/meta-openstack/recipes-extended/tempest/tempest/tempest.conf
index 0c6819a..4af8b31 100644
--- a/meta-openstack/recipes-extended/tempest/tempest/tempest.conf
+++ b/meta-openstack/recipes-extended/tempest/tempest/tempest.conf
@@ -261,9 +261,9 @@ build_timeout = 300
261# Runs Cinder multi-backend tests (requires 2 backends declared in cinder.conf) 261# Runs Cinder multi-backend tests (requires 2 backends declared in cinder.conf)
262# They must have different volume_backend_name (backend1_name and backend2_name 262# They must have different volume_backend_name (backend1_name and backend2_name
263# have to be different) 263# have to be different)
264multi_backend_enabled = false 264multi_backend_enabled = true
265backend1_name = BACKEND_1 265backend1_name = LVM_iSCSI
266backend2_name = BACKEND_2 266backend2_name = GlusterFS
267# Protocol and vendor of volume backend to target when testing volume-types. 267# Protocol and vendor of volume backend to target when testing volume-types.
268# You should update to reflect those exported by configured backend driver. 268# You should update to reflect those exported by configured backend driver.
269storage_protocol = iSCSI 269storage_protocol = iSCSI