Enable proxy header parsing

Ensure that oslo.middleware parses any proxy information
forwarded from haproxy/apache with regards to protocol;
this ensures that https connections are correctly detected.

Includes charm helper sync to bring in oslo middleware
template.

Change-Id: Icf13afd3a669d08a3254a362373ea7eeeb0d41f9
Closes-Bug: 1758675
This commit is contained in:
Liam Young 2018-04-23 13:51:43 +00:00 committed by Nobuto Murata
parent 8046197e0d
commit 432b83ae5d
2 changed files with 4 additions and 0 deletions

View File

@ -79,3 +79,5 @@ workers = {{ workers }}
[clients]
endpoint_type = internalURL
{%- endif %}
{% include "section-oslo-middleware" %}

View File

@ -75,3 +75,5 @@ endpoint_type = internalURL
endpoint_type = publicURL
{%- endif %}
{% include "section-oslo-middleware" %}