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:
1 changed files with 7 additions and 0 deletions
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.