Merge "Deprecate [api] use_forwarded_for"

This commit is contained in:
Zuul
2022-04-25 19:39:53 +00:00
committed by Gerrit Code Review
3 changed files with 17 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ use = egg:Paste#urlmap
/: meta
[pipeline:meta]
pipeline = cors metaapp
pipeline = cors http_proxy_to_wsgi metaapp
[app:metaapp]
paste.app_factory = nova.api.metadata.handler:MetadataRequestHandler.factory