Merge "Add http_proxy_to_wsgi to api-paste"

This commit is contained in:
Jenkins 2016-11-03 10:40:35 +00:00 committed by Gerrit Code Review
commit 4e5e151699
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[pipeline:main]
pipeline = cors healthcheck request_id authtoken api_v1
pipeline = cors healthcheck http_proxy_to_wsgi request_id authtoken api_v1
[app:api_v1]
paste.app_factory = magnum.api.app:app_factory
@ -19,3 +19,7 @@ oslo_config_project = magnum
paste.filter_factory = oslo_middleware:Healthcheck.factory
backends = disable_by_file
disable_by_file_path = /etc/magnum/healthcheck_disable
[filter:http_proxy_to_wsgi]
paste.filter_factory = oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
oslo_config_project = magnum