Add a release note for HTTPProxyToWSGI middleware

Change-Id: I0815c0fff4f99ea979a4f6883d10eaf2e7c77907
This commit is contained in:
Julien Danjou 2016-11-28 17:52:05 +01:00
parent 4f42ed430a
commit 032032642a
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
features:
- Ceilometer sets up the HTTPProxyToWSGI middleware in front of Ceilometer. The
purpose of this middleware is to set up the request URL correctly in
case there is a proxy (for instance, a loadbalancer such as HAProxy)
in front of Ceilometer.
So, for instance, when TLS connections are being terminated in the
proxy, and one tries to get the versions from the / resource of
Ceilometer, one will notice that the protocol is incorrect; It will show
'http' instead of 'https'. So this middleware handles such cases.
Thus helping Keystone discovery work correctly.
The HTTPProxyToWSGI is off by default and needs to be enabled via a
configuration value.