From b3fc140861a1893ab3681e0b93378cc37d3b1b6f Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 7 Oct 2014 15:56:15 -0400 Subject: [PATCH] Set tempest storage protocol for Ceph job Without this, jobs fail due to tempest using an iSCSI protocol spec when trying to create a volume. Change-Id: Ibbf41f443fe8465d89dcc4fc7369887cd7926a40 --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 5c2b5355..2a5f9e5d 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -58,6 +58,7 @@ function setup_localrc { if [[ "$DEVSTACK_GATE_CEPH" == "1" ]]; then echo "CINDER_ENABLED_BACKENDS=ceph:ceph" >>localrc + echo "TEMPEST_STORAGE_PROTOCOL=ceph" >>localrc fi # the exercises we *don't* want to test on for devstack