Files
devstack-plugin-glusterfs/devstack/settings
Bharat Kumar Kobagana f447f9d772 Correcting tempest storage protocol
This patch modifies the TEMPEST_STORAGE_PROTOCOL value from gluster
to glusterfs, to avoid tempest failures related to volume_type.

Change-Id: Icda56e49ccc9599d26018c7bbc2edd811d9d30f4
2015-02-17 13:16:49 +05:30

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