cf906cdcc2
... because functionality of this parameter is effectively duplicate of the HTTPProxyToWSGI middleware in oslo.middleware library. Closes-Bug: #1967686 Change-Id: Ifebcfb6b5c1594c075bb9c152a06aa7af7c61bc8
13 lines
424 B
YAML
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.
|