Merge "Add http_proxy_to_wsgi to api_paste"

This commit is contained in:
Jenkins
2016-11-15 11:33:08 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[pipeline:main]
pipeline = cors request_id authtoken ck_api_v1
pipeline = cors http_proxy_to_wsgi request_id authtoken ck_api_v1
[app:ck_api_v1]
paste.app_factory = cloudkitty.api.app:app_factory
@@ -14,3 +14,7 @@ paste.filter_factory = oslo_middleware:RequestId.factory
[filter:cors]
paste.filter_factory = oslo_middleware.cors:filter_factory
oslo_config_project = cloudkitty
[filter:http_proxy_to_wsgi]
paste.filter_factory = oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
oslo_config_project = cloudkitty

View File

@@ -5,6 +5,7 @@ namespace = oslo.concurrency
namespace = oslo.db
namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.middleware.http_proxy_to_wsgi
namespace = oslo.middleware.cors
namespace = oslo.policy
namespace = keystonemiddleware.auth_token
namespace = keystonemiddleware.auth_token