
This patch adds GlusterFS specific settings to devstack-plugin-glusterfs repository. Also addes some files related to tox testing. Change-Id: I497be1907f77e1e28b9054cd515fb9192c521bcb
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
# 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
|
|
TEMPEST_STORAGE_PROTOCOL=gluster
|
|
GLUSTERFS_LOOPBACK_DISK_SIZE=8G
|