From fea70f80c0f653910b68dc5557a9f5b318091f72 Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Mon, 29 Jul 2013 11:22:08 +0100 Subject: [PATCH] Configure horizon and horizon URLs in Tempest Tempest now supports testing the dashboard. Adjust the configuration accordingly. Change-Id: Ifb5619caab8bd6080c5df4ed43e16c921e7f9b1f --- lib/tempest | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index 3831c28a30..9c9c921d10 100644 --- a/lib/tempest +++ b/lib/tempest @@ -275,11 +275,15 @@ function configure_tempest() { iniset $TEMPEST_CONF volume backend2_name "LVM_iSCSI_2" fi + # Dashboard + iniset $TEMPEST_CONF dashboard dashboard_url "http://$SERVICE_HOST/" + iniset $TEMPEST_CONF dashboard login_url "http://$SERVICE_HOST/auth/login/" + # cli iniset $TEMPEST_CONF cli cli_dir $NOVA_BIN_DIR # service_available - for service in nova cinder glance neutron swift heat ; do + for service in nova cinder glance neutron swift heat horizon ; do if is_service_enabled $service ; then iniset $TEMPEST_CONF service_available $service "True" else