Fixes tempest script to accomodate Storage Vendor Names with spaces.

Change-Id: Ic651fbffaba9a9723ab572e8e8b732f6bea6d1c6
Closes-Bug: 1329597
This commit is contained in:
Ed Balduf 2014-07-29 14:42:27 -06:00
parent 5d21e0b777
commit 2f23d75733

@ -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