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: I704275a54961dc5d711f045684e8b9d5d24da206
Depends-On: https://review.openstack.org/578645
Closes-Bug: 1758675
This commit is contained in:
Liam Young 2018-04-23 14:17:23 +00:00 committed by Nobuto Murata
parent 2a7eb1a0f1
commit 29d1571183
1 changed files with 2 additions and 0 deletions

View File

@ -28,3 +28,5 @@ interface = internalURL
{%- endif %}
{% include "parts/section-rabbitmq-oslo" %}
{% include "parts/section-oslo-middleware" %}