Add missing api_paste sections
The sections are part of the cloudkitty repo: https://github.com/openstack/cloudkitty/blob/master/etc/cloudkitty/api_paste.ini But weren't inlcuded in osa. Change-Id: I2579c8b88bcf2ec162002a8a8978c7720bfc8112 Closes-Bug: 1769630
This commit is contained in:
parent
5a9f24a70e
commit
a76c225a09
@ -16,3 +16,10 @@ paste.filter_factory = oslo_middleware:RequestId.factory
|
||||
[filter:cors]
|
||||
paste.filter_factory = oslo_middleware.cors:filter_factory
|
||||
oslo_config_project = cloudkitty
|
||||
|
||||
[pipeline:cloudkitty+keystone]
|
||||
pipeline = cors http_proxy_to_wsgi request_id authtoken ck_api_v1
|
||||
|
||||
[filter:http_proxy_to_wsgi]
|
||||
paste.filter_factory = oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
|
||||
oslo_config_project = cloudkitty
|
||||
|
Loading…
Reference in New Issue
Block a user