Merge "Enable heat-api proxy header parsing"

This commit is contained in:
Jenkins 2017-03-20 16:38:34 +00:00 committed by Gerrit Code Review
commit ac2e9425b6

View File

@ -93,3 +93,8 @@ driver = noop
[clients]
endpoint_type = internalURL
{% if public_protocol != internal_protocol and kolla_external_fqdn != kolla_internal_fqdn %}
[oslo_middleware]
enable_proxy_headers_parsing = True
{% endif %}