This patch modifies the TEMPEST_STORAGE_PROTOCOL value from gluster to glusterfs, to avoid tempest failures related to volume_type. Change-Id: Icda56e49ccc9599d26018c7bbc2edd811d9d30f4
10 lines
267 B
Plaintext
10 lines
267 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=glusterfs
|
|
GLUSTERFS_LOOPBACK_DISK_SIZE=8G
|