Merge "Use internal API for heat -> heat communication"

This commit is contained in:
Zuul 2019-10-08 09:03:32 +00:00 committed by Gerrit Code Review
commit 19bdba2b85

View File

@ -20,6 +20,8 @@ transport_url = {{ rpc_transport_url }}
region_name_for_services = {{ openstack_region_name }}
server_keystone_endpoint_type = public
{% if service_name == 'heat-api' %}
[heat_api]
bind_host = {{ api_interface_address }}
@ -90,9 +92,6 @@ policy_file = {{ heat_policy_file }}
[clients]
endpoint_type = internalURL
[clients_heat]
endpoint_type = publicURL
[oslo_middleware]
enable_proxy_headers_parsing = True