Browse code

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

Jenkins authored on 2017/01/06 01:29:07
Showing 1 changed files
... ...
@@ -484,12 +484,6 @@ function configure_tempest {
484 484
         iniset $TEMPEST_CONFIG volume storage_protocol "$TEMPEST_STORAGE_PROTOCOL"
485 485
     fi
486 486
 
487
-    # Dashboard
488
-    iniset $TEMPEST_CONFIG dashboard dashboard_url "http://$SERVICE_HOST/"
489
-
490
-    # CLI
491
-    iniset $TEMPEST_CONFIG cli cli_dir $NOVA_BIN_DIR
492
-
493 487
     # Baremetal
494 488
     if [ "$VIRT_DRIVER" = "ironic" ] ; then
495 489
         iniset $TEMPEST_CONFIG baremetal driver_enabled True