Merge "Add http_proxy_to_wsgi to api_paste"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user