2015-02-10 12:27:05 +05:30
|
|
|
# Devstack settings
|
|
|
|
|
|
|
|
# We have to add glusterfs to enabled services for screen_it to work
|
|
|
|
enable_service glusterfs
|
|
|
|
|
|
|
|
# Below are GlusterFS specific settings
|
2015-03-12 18:34:27 +05:30
|
|
|
CINDER_ENABLED_BACKENDS=glusterfs:glusterfs,lvm:lvm1
|
2015-02-17 13:16:45 +05:30
|
|
|
TEMPEST_STORAGE_PROTOCOL=glusterfs
|
2015-02-10 12:27:05 +05:30
|
|
|
GLUSTERFS_LOOPBACK_DISK_SIZE=8G
|
2015-03-12 13:19:29 +05:30
|
|
|
CINDER_GLUSTERFS_SHARES="127.0.0.1:/vol1;127.0.0.1:/vol2"
|