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
This commit is contained in:
Eric Harney
2014-10-07 15:56:15 -04:00
parent f323125895
commit b3fc140861

View File

@@ -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