Update tempest.conf for additional internalURL entries

This change adds a additional internal/admin endpoint types
to the various service sections. This is required when running
tempest with SSL termination on the public enpoints.

Change-Id: Iba63636d733fa1eb095564b8bf33a8159d9c2a00
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-04-18 11:13:24 -05:00
parent e3fc2fca5d
commit dd187f0453
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,7 @@ allow_tenant_isolation = True
[baremetal]
endpoint_type = internalURL
[boto]
@ -71,6 +72,7 @@ dashboard_url = {{ tempest_dashboard_url }}
[data_processing]
endpoint_type = internalURL
[database]
@ -84,7 +86,9 @@ disable_ssl_certificate_validation = {{ keystone_service_internaluri_insecure |
uri = {{ keystone_service_internaluri }}/v2.0
uri_v3 = {{ keystone_service_internalurl }}
auth_version = v3
v2_admin_endpoint_type = adminURL
v2_public_endpoint_type = internalURL
v3_endpoint_type = adminURL
endpoint_type = internalURL
username = demo
tenant_name = demo
@ -187,6 +191,10 @@ aodh = {{ tempest_service_available_aodh }}
endpoint_type = internalURL
[alarming]
endpoint_type = internalURL
[validation]
run_validation = {{ tempest_compute_run_ssh }}