From a7f029143fb63237c1fe4f91a965ce68b37695c3 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 23 Apr 2018 13:50:24 +0000 Subject: [PATCH] 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: Id939a1873eb1e57b4b76771ad96c31a793cea923 Closes-Bug: 1758675 --- templates/mitaka/glance-api.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/mitaka/glance-api.conf b/templates/mitaka/glance-api.conf index 58337991..2ef96d78 100644 --- a/templates/mitaka/glance-api.conf +++ b/templates/mitaka/glance-api.conf @@ -85,4 +85,6 @@ flavor = keystone {% include "section-oslo-notifications" %} +{% include "section-oslo-middleware" %} + {% include "parts/section-storage" %}