Merge "Updated murano-cfapi-paste.ini with http_proxy_to_wsgi"

This commit is contained in:
Zuul 2017-11-16 14:15:05 +00:00 committed by Gerrit Code Review
commit dfc00b5a79
1 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[pipeline:cloudfoundry]
pipeline = cors request_id ssl ext_context authtoken context cloudfoundryapi
pipeline = cors http_proxy_to_wsgi request_id ext_context authtoken context cloudfoundryapi
[filter:context]
paste.filter_factory = murano.api.middleware.context:ContextMiddleware.factory
@ -19,12 +19,13 @@ paste.filter_factory = murano.api.middleware.fault:FaultWrapper.factory
[filter:request_id]
paste.filter_factory = oslo_middleware.request_id:RequestId.factory
[filter:ssl]
paste.filter_factory = murano.api.middleware.ssl:SSLMiddleware.factory
[filter:ext_context]
paste.filter_factory = murano.api.middleware.ext_context:ExternalContextMiddleware.factory
[filter:cors]
paste.filter_factory = oslo_middleware.cors:filter_factory
oslo_config_project = murano
[filter:http_proxy_to_wsgi]
paste.filter_factory = oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
oslo_config_project = murano