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:
parent
ba17048290
commit
a39069eeb9
@ -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
|
||||
|
@ -146,6 +146,8 @@ zaqar = {{ tempest_service_available_zaqar }}
|
||||
[telemetry]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[dashboard]
|
||||
dashboard_url = {{ tempest_dashboard_url }}
|
||||
|
||||
[alarming]
|
||||
endpoint_type = internalURL
|
||||
|
Loading…
Reference in New Issue
Block a user