Enable CloudKitty APIv2

Cloudkitty has released it's v2 API couple of cycles ago with [1]. High time to
enable it as well.

[1] https://review.opendev.org/c/openstack/cloudkitty/+/832923

Change-Id: I11838780e84d6e721033b5c7aa77c8a0ca8ea121
This commit is contained in:
Dmitriy Rabotyagov 2024-03-08 17:58:58 +01:00
parent 10164be39e
commit 6e94d28222
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pipeline = cors healthcheck http_proxy_to_wsgi request_id authtoken ck_api
paste.app_factory = cloudkitty.api.app:app_factory
[filter:authtoken]
acl_public_routes = /, /v1, /healthcheck
acl_public_routes = /, /v1, /v2, /healthcheck
paste.filter_factory = cloudkitty.api.middleware:AuthTokenMiddleware.factory
[filter:request_id]