Merge "Enable GlusterFS plugin to use devstack's override_defaults phase"
This commit is contained in:
commit
4b79c7da7b
devstack
4
devstack/override-defaults
Normal file
4
devstack/override-defaults
Normal file
@ -0,0 +1,4 @@
|
||||
# Plug-in overrides
|
||||
|
||||
CINDER_ENABLED_BACKENDS=${CINDER_ENABLED_BACKENDS:-glusterfs:glusterfs,lvm:lvm1}
|
||||
|
@ -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"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user