summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml
blob: 4068fedf6a2aaaf20cdfaf14c7d492704dcad25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    The default ``api-paste.ini`` file has been updated and now the Metadata
    API pipeline includes the ``HTTPProxyToWSGI`` middleware.

deprecations:
  - |
    The ``[api] use_forwarded_for`` parameter has been deprecated. Instead of
    using this parameter, add the ``HTTPProxyToWSGI`` middleware to api
    pipelines, and ``[oslo_middleware] enable_proxy_headers_parsing = True``
    to nova.conf.