From 6bc975172885b6f5757606dad9d6d383df15adfc Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 22 May 2015 12:01:57 +0000 Subject: Tempest: Update Horizon urls --- openstack/etc/tempest/tempest.conf | 4 ++-- 1 file 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] -- cgit v1.2.1