Merge "Allow ceph backend for nova/cinder/glance"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user