devstack now supports override_defaults phase, which helps plugin specify devstack variables that need to be overridden in override-defaults file. This patch make use of this feature so that devstack specific variables can be overridden by the end user based on the local setup being used. This patch also extends GlusterFS specific variables in settings file to use bash default syntax so those can be overridden too based on the local setup being used. Change-Id: Idddb8169ee0733f5fe27e130b6bda14619dcae7b
10 lines
363 B
Plaintext
10 lines
363 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, 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:/vol1;127.0.0.1:/vol2"}
|