Merge "Fixes lib/tempest to accomodate Storage Protocol name with spaces"

This commit is contained in:
Jenkins 2014-12-09 17:24:33 +00:00 committed by Gerrit Code Review
commit 00111b59d2

View File

@ -390,8 +390,8 @@ function configure_tempest {
iniset $TEMPEST_CONFIG volume vendor_name "$TEMPEST_VOLUME_VENDOR" iniset $TEMPEST_CONFIG volume vendor_name "$TEMPEST_VOLUME_VENDOR"
fi fi
if [ $TEMPEST_VOLUME_DRIVER != "default" -o \ if [ $TEMPEST_VOLUME_DRIVER != "default" -o \
$TEMPEST_STORAGE_PROTOCOL != $TEMPEST_DEFAULT_STORAGE_PROTOCOL ]; then "$TEMPEST_STORAGE_PROTOCOL" != "$TEMPEST_DEFAULT_STORAGE_PROTOCOL" ]; then
iniset $TEMPEST_CONFIG volume storage_protocol $TEMPEST_STORAGE_PROTOCOL iniset $TEMPEST_CONFIG volume storage_protocol "$TEMPEST_STORAGE_PROTOCOL"
fi fi
# Dashboard # Dashboard