Files
devstack-plugin-glusterfs/devstack/settings
Bharat Kumar Kobagana f0e403da25 devstack-plugin-glusterfs: Changing gluster volume names
This patch changes the name(s) of gluster volume(s), required for
cinder to store cinder volumes.

Change-Id: I95ac68a1bba53d1831903596c43650a8b4b045bc
2015-07-21 17:02:08 +05:30

14 lines
514 B
Plaintext

# Devstack settings
# We have to add glusterfs to enabled services for screen_it to work
enable_service glusterfs
# Cinder encrypted volume tests are not supported with a GlusterFS
# backend due to bug 1473363
ATTACH_ENCRYPTED_VOLUME_AVAILABLE=False
# Below are GlusterFS specific settings, with their defaults
TEMPEST_STORAGE_PROTOCOL=glusterfs
GLUSTERFS_LOOPBACK_DISK_SIZE=${GLUSTERFS_LOOPBACK_DISK_SIZE:-8G}
CINDER_GLUSTERFS_SHARES=${CINDER_GLUSTERFS_SHARES:-"127.0.0.1:/cinder-vol1;127.0.0.1:/cinder-vol2"}