puppet-neutron/releasenotes/notes/Add-enable_headers_parsing-option-to-server-a5a36519b494c018.yaml
Juan Antonio Osorio Robles d3630bda97 Add option to enable Neutron's SSL middleware
Neutron 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] Ice9ee8f4e04050271d59858f92034c230325718b

Change-Id: I99bc9486fdd85857ce73c413e17400320bd6ec5b
2016-10-17 11:42:35 +03:00

5 lines
169 B
YAML

---
features:
- The enable_headers_parsing option was added to the server manifest. This
enables the http_proxy_to_wsgi middleware to process SSL-related headers.