summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/tempest
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:30:08 -0400
commit96a22232939d280b77bf45cf93a30c617114fd28 (patch)
tree460be4010b5b7ceb19e81c39ad199baba7e057bb /meta-openstack/recipes-extended/tempest
parent4a70d93624a1397c1e03a4f6c494e20757c53f8c (diff)
downloadmeta-cloud-services-96a22232939d280b77bf45cf93a30c617114fd28.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/recipes-extended/tempest')
-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