Browse Source
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: I99bc9486fdd85857ce73c413e17400320bd6ec5bchanges/74/387174/3
3 changed files with 23 additions and 0 deletions
@ -0,0 +1,4 @@
|
||||
--- |
||||
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. |
Loading…
Reference in new issue