Merge "Enable GlusterFS plugin to use devstack's override_defaults phase"

This commit is contained in:
Jenkins 2015-03-27 09:49:05 +00:00 committed by Gerrit Code Review
commit 4b79c7da7b
2 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,4 @@
# Plug-in overrides
CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-glusterfs:glusterfs,lvm:lvm1}

View File

@ -3,8 +3,7 @@
# We have to add glusterfs to enabled services for screen_it to work
enable_service glusterfs
# Below are GlusterFS specific settings
CINDER_ENABLED_BACKENDS=glusterfs:glusterfs,lvm:lvm1
# Below are GlusterFS specific settings, with their defaults
TEMPEST_STORAGE_PROTOCOL=glusterfs
GLUSTERFS_LOOPBACK_DISK_SIZE=8G
CINDER_GLUSTERFS_SHARES="127.0.0.1:/vol1;127.0.0.1:/vol2"
GLUSTERFS_LOOPBACK_DISK_SIZE=${GLUSTERFS_LOOPBACK_DISK_SIZE:-8G}
CINDER_GLUSTERFS_SHARES=${CINDER_GLUSTERFS_SHARES:-"127.0.0.1:/vol1;127.0.0.1:/vol2"}