Merge "Fixes tempest script to accomodate Storage Vendor Names with spaces."

This commit is contained in:
Jenkins
2014-08-04 14:59:41 +00:00
committed by Gerrit Code Review

View File

@@ -354,7 +354,7 @@ function configure_tempest {
fi
if [ $TEMPEST_VOLUME_DRIVER != "default" ]; then
iniset $TEMPEST_CONFIG volume vendor_name $TEMPEST_VOLUME_VENDOR
iniset $TEMPEST_CONFIG volume vendor_name "$TEMPEST_VOLUME_VENDOR"
iniset $TEMPEST_CONFIG volume storage_protocol $TEMPEST_STORAGE_PROTOCOL
fi