summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-22 12:01:57 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-22 14:03:50 +0000
commit6bc975172885b6f5757606dad9d6d383df15adfc (patch)
tree3266297652685c3e15e451f69969891e1b7cc38f
parent005f0395523e07636da0879c7e27c3dd0b5edc80 (diff)
downloaddefinitions-6bc975172885b6f5757606dad9d6d383df15adfc.tar.gz
Tempest: Update Horizon urls
-rw-r--r--openstack/etc/tempest/tempest.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/etc/tempest/tempest.conf b/openstack/etc/tempest/tempest.conf
index 05f0eca1..fc6b0865 100644
--- a/openstack/etc/tempest/tempest.conf
+++ b/openstack/etc/tempest/tempest.conf
@@ -475,10 +475,10 @@ vnc_console = true
#
# Where the dashboard can be found (string value)
-dashboard_url = http://{{ CONTROLLER_HOST_ADDRESS }}/horizon
+dashboard_url = http://{{ CONTROLLER_HOST_ADDRESS }}
# Login page for the dashboard (string value)
-login_url = http://{{ CONTROLLER_HOST_ADDRESS }}/horizon/auth/login/
+login_url = http://{{ CONTROLLER_HOST_ADDRESS }}/auth/login/
[data_processing]