11 lines
334 B
Plaintext
Raw Normal View History

# Devstack settings
# 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
TEMPEST_STORAGE_PROTOCOL=glusterfs
GLUSTERFS_LOOPBACK_DISK_SIZE=8G
CINDER_GLUSTERFS_SHARES="127.0.0.1:/vol1;127.0.0.1:/vol2"