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
This commit is contained in:
Andy McCrae 2016-12-16 10:33:27 +00:00
parent ba17048290
commit a39069eeb9
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -146,6 +146,8 @@ zaqar = {{ tempest_service_available_zaqar }}
[telemetry]
endpoint_type = internalURL
[dashboard]
dashboard_url = {{ tempest_dashboard_url }}
[alarming]
endpoint_type = internalURL