puppet-ceilometer/releasenotes/notes/Adds-enable-proxy-header-parsing-64b78b56d8787e1d.yaml
Juan Antonio Osorio Robles d4aa3e5cad Add option to enable Ceilometer's SSL middleware
Ceilometer 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] I24f16dda49bd9e7930ca9f0d32bf0793463aff03

Change-Id: I1812a27202ba3714b354aeb27611d38def87a7fc
2016-10-11 13:11:32 +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.