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.

Change-Id: I2f8082c5a4b2e621a275d02db9123396d6de3971
Depends-On: https://review.openstack.org/578645
Closes-Bug: 1758675
This commit is contained in:
Liam Young 2018-04-23 14:19:48 +00:00 committed by Nobuto Murata
parent d15fcd37a0
commit 2829a5c2a1
2 changed files with 4 additions and 0 deletions

View File

@ -35,3 +35,5 @@ ceph_conffile = {{ options.ceph_config }}
{%- endif %}
{% include "parts/section-keystone-authtoken" %}
{% include "parts/section-oslo-middleware" %}

View File

@ -35,3 +35,5 @@ ceph_conffile = {{ options.ceph_config }}
{%- endif %}
{% include "parts/section-keystone-authtoken" %}
{% include "parts/section-oslo-middleware" %}