b24fc87a1d
... because functionality of this parameter is effectively duplicate of the HTTPProxyToWSGI middleware in oslo.middleware library. Closes-Bug: #1967686 Change-Id: I4db615093b739c7ff582f348a6fb6eabb8068257
8 lines
275 B
YAML
8 lines
275 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``[DEFAULT] 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 manila.conf.
|