From a39069eeb91d8b4ea249b0cbef28903480203712 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Fri, 16 Dec 2016 10:33:27 +0000 Subject: [PATCH] Fix tempest for os_horizon role The dashboard vars were not added to tempest.conf, additionally the login_url var is deprecated and will be removed at some point. Change-Id: I82bf80df1d0e56dea11b8d1627558c29026179ee --- defaults/main.yml | 1 - templates/tempest.conf.j2 | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 7a882fca..67119cf5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -102,7 +102,6 @@ tempest_compute_change_password: False tempest_network_tenant_network_cidr: "192.168.74.0/24" tempest_network_tenant_network_mask_bits: 28 -tempest_dashboard_login_url: "https://{{ external_lb_vip_address }}/auth/login/" tempest_dashboard_url: "https://{{ external_lb_vip_address }}/" tempest_service_available_aodh: False diff --git a/templates/tempest.conf.j2 b/templates/tempest.conf.j2 index 8aff1887..bcc83580 100644 --- a/templates/tempest.conf.j2 +++ b/templates/tempest.conf.j2 @@ -146,6 +146,8 @@ zaqar = {{ tempest_service_available_zaqar }} [telemetry] endpoint_type = internalURL +[dashboard] +dashboard_url = {{ tempest_dashboard_url }} [alarming] endpoint_type = internalURL