puppet-aodh/releasenotes/notes/adds-enable-proxy-headers-parsing-531db7e45428d03d.yaml
Juan Antonio Osorio Robles e092f1ff8b Add option to enable Aodh's SSL middleware
Aodh 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] If2ada8a94c8e1ceacd4509605b4cd766a78f71d5

Change-Id: I0981e152700ed4511b797011ebe18e857c1fed71
2016-10-12 19:31:31 +00: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.