nova/releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml
Takashi Kajinami cf906cdcc2 Deprecate [api] use_forwarded_for
... because functionality of this parameter is effectively duplicate of
the HTTPProxyToWSGI middleware in oslo.middleware library.

Closes-Bug: #1967686
Change-Id: Ifebcfb6b5c1594c075bb9c152a06aa7af7c61bc8
2022-04-23 16:15:15 +00:00

13 lines
424 B
YAML

---
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.