Merge "Always use publicURL for heat client"

This commit is contained in:
Zuul 2018-05-18 08:31:04 +00:00 committed by Gerrit Code Review
commit 8046197e0d
2 changed files with 10 additions and 0 deletions

View File

@ -89,4 +89,9 @@ workers = {{ workers }}
{% if use_internal_endpoints -%}
[clients]
endpoint_type = internalURL
[heat_clients]
# See LP 1770144
endpoint_type = publicURL
{%- endif %}

View File

@ -69,4 +69,9 @@ workers = {{ workers }}
{% if use_internal_endpoints -%}
[clients]
endpoint_type = internalURL
[heat_clients]
# See LP 1770144
endpoint_type = publicURL
{%- endif %}