devstack-plugin-glusterfs/devstack/settings

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"}