summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml')
-rw-r--r--releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml b/releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml
new file mode 100644
index 0000000000..4068fedf6a
--- /dev/null
+++ b/releasenotes/notes/deprecate-use_forwarded_for-f7b24eaf130782b9.yaml
@@ -0,0 +1,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.