Merge "Fixes tempest script to accomodate Storage Vendor Names with spaces."
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user