diff --git a/lib/tempest b/lib/tempest index 7d68092893..3915c570ee 100644 --- a/lib/tempest +++ b/lib/tempest @@ -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