Merge "lib/tempest: don't set cli_dir and dashboard_url config options"

This commit is contained in:
Jenkins 2017-01-05 16:29:07 +00:00 committed by Gerrit Code Review
commit 281c5c22ce

View File

@ -484,12 +484,6 @@ function configure_tempest {
iniset $TEMPEST_CONFIG volume storage_protocol "$TEMPEST_STORAGE_PROTOCOL"
fi
# Dashboard
iniset $TEMPEST_CONFIG dashboard dashboard_url "http://$SERVICE_HOST/"
# CLI
iniset $TEMPEST_CONFIG cli cli_dir $NOVA_BIN_DIR
# Baremetal
if [ "$VIRT_DRIVER" = "ironic" ] ; then
iniset $TEMPEST_CONFIG baremetal driver_enabled True