Merge "Allow ceph backend for nova/cinder/glance"

This commit is contained in:
Jenkins
2014-08-05 19:37:04 +00:00
committed by Gerrit Code Review
2 changed files with 10 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ function setup_localrc() {
MY_ENABLED_SERVICES+=,$ENABLED_SERVICES
fi
if [[ "$DEVSTACK_GATE_CEPH" == "1" ]]; then
echo "CINDER_ENABLED_BACKENDS=ceph:ceph" >>localrc
fi
# the exercises we *don't* want to test on for devstack
SKIP_EXERCISES=boot_from_volume,bundle,client-env,euca

View File

@@ -33,6 +33,8 @@ config:
features: [qpid]
zeromq:
features: [zeromq]
ceph:
features: [ceph]
branches:
# The value of ""default" is the name of the "trunk" branch
@@ -133,3 +135,7 @@ features:
base:
services: [qpid]
rm-services: [rabbit]
ceph:
base:
services: [ceph]