From 5d2be3458d80b1bc36d4b80ba02e41d21aa64b0a Mon Sep 17 00:00:00 2001 From: Vlad Gusev Date: Mon, 1 Apr 2019 15:09:59 +0300 Subject: [PATCH] Add release note for I04ba85488b27cb05c3b81ad8c973c3cc3fe56d36 Change-Id: I3ad0a7769e2d61665d5ea76b90485e582993ddd2 --- ...roxy-to-wsgi-oslo-middleware-f66f1b9533ea1e8a.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/http-proxy-to-wsgi-oslo-middleware-f66f1b9533ea1e8a.yaml diff --git a/releasenotes/notes/http-proxy-to-wsgi-oslo-middleware-f66f1b9533ea1e8a.yaml b/releasenotes/notes/http-proxy-to-wsgi-oslo-middleware-f66f1b9533ea1e8a.yaml new file mode 100644 index 000000000..585a70a04 --- /dev/null +++ b/releasenotes/notes/http-proxy-to-wsgi-oslo-middleware-f66f1b9533ea1e8a.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + Added HTTPProxyToWSGI middleware in front of the Mistral API. + The purpose of this middleware is to set up the request URL correctly in + the case there is a proxy (for instance, a loadbalancer such as HAProxy) + in front of the Mistral API. + The HTTPProxyToWSGI is off by default and needs to be enabled via a + configuration value. + Fixes [`bug 1590608 `_] + Fixes [`bug 1816364 `_]