Set tempest storage_protocol to 'nfs'

Change-Id: Idb43e6b47da5adca435da2adad8ef7454d509496
This commit is contained in:
Eric Harney 2016-04-07 11:35:12 -04:00
parent 448e760ed3
commit 4727ada457
1 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,6 @@ ENABLE_NFS_CINDER=$(trueorfalse True ENABLE_NFS_CINDER)
if [[ $ENABLE_NFS_CINDER == "True" ]]; then
CINDER_DRIVER=nfs
CINDER_ENABLED_BACKENDS=nfs:nfs
TEMPEST_STORAGE_PROTOCOL=nfs
fi