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: I1232d089ab91572ec31c1b2172881165097af5fb
Closes-Bug: 1758675
This commit is contained in:
Liam Young 2018-04-23 13:59:32 +00:00 committed by Nobuto Murata
parent 21b17020d8
commit 97f5a96163
2 changed files with 4 additions and 0 deletions

View File

@ -172,3 +172,5 @@ enabled = true
backend = oslo_cache.memcache_pool
memcache_servers = {{ memcached_servers }}
{% endif %}
{% include "section-oslo-middleware" %}

View File

@ -191,3 +191,5 @@ api_paste_config=/etc/nova/api-paste.ini
{% if pci_alias %}
alias = {{ pci_alias }}
{% endif %}
{% include "section-oslo-middleware" %}