neutron/releasenotes/notes/Adds-http_proxy_to_wsgi-middleware-24e8271cbd94ffdf.yaml
Ihar Hrachyshka 4a66fa833e Multiple tweaks for Ocata release notes
Those hopefully are of benefit. The major bit of the change is stopping
to use prelude section for all current release notes. This is because
the section is supposed to contain global release notes, not
feature-specific.

Other tweaks are open for debate.

Change-Id: I1d5e46591195a9756ee9fd5276f163794c366528
2017-01-15 01:46:21 +00:00

12 lines
569 B
YAML

---
features:
- Middleware was added to parse the ``X-Forwarded-Proto`` HTTP header or the
Proxy protocol in order to help Neutron respond with the correct URL
references when it's put behind a TLS proxy such as ``haproxy``. This adds
``http_proxy_to_wsgi`` middleware to the pipeline. This middleware is
disabled by default, but can be enabled via a configuration option in the
``[oslo_middleware]`` group.
upgrade:
- The ``api-paste.ini`` configuration file for the paste pipeline was updated
to add the ``http_proxy_to_wsgi`` middleware.