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
|
|
|
|
|
2015-07-10 12:27:03 +05:30
|
|
|
# Cinder encrypted volume tests are not supported with a GlusterFS
|
|
|
|
# backend due to bug 1473363
|
|
|
|
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False
|
|
|
|
|
2015-03-25 11:24:39 +05:30
|
|
|
# Below are GlusterFS specific settings, with their defaults
|
2015-02-17 13:16:45 +05:30
|
|
|
TEMPEST_STORAGE_PROTOCOL=glusterfs
|
2015-03-25 11:24:39 +05:30
|
|
|
GLUSTERFS_LOOPBACK_DISK_SIZE=${GLUSTERFS_LOOPBACK_DISK_SIZE:-8G}
|
2015-07-21 16:40:22 +05:30
|
|
|
CINDER_GLUSTERFS_SHARES=${CINDER_GLUSTERFS_SHARES:-"127.0.0.1:/cinder-vol1;127.0.0.1:/cinder-vol2"}
|