Files
puppet-gnocchi/releasenotes/notes/Adds-enable-proxy-header-parsing-3f3da693df01b5ec.yaml
Juan Antonio Osorio Robles 8eab030abd Add option to enable Gnocchi's SSL middleware
Gnocchi is now using the HTTPProxyToWSGI middleware from
oslo.middlware in its default api-paste configuration [1]. This commit
gives us the ability to enable/disable that middlware.

[1] Ic5526cf37e70335fa2cc70946a271253f227f129

Change-Id: Iae5f9d56970ae930294eeae34928061a6b434095
2016-10-11 13:07:59 +03:00

5 lines
124 B
YAML

---
features:
- This adds the enable_proxy_headers parsing option which is used by the
http_proxy_to_wsgi middleware.