Victoria Series Release Notes¶
6.6.0¶
New Features¶
The new
cloudkitty::keystone::authtoken::service_type
parameter has been added to configure the service_type parameter in authtoken middleware.
6.5.0¶
New Features¶
Add cloudkitty::fetcher::gnocchi class to configure the gnocchi tenant fetcher.
add class cloudkitty::storage::influxdb to configure influxdb storage
Deprecation Notes¶
cloudkitty::tenant_fetcher_backend parameter is deprecated instead use cloudkitty::fetcher_backend
6.3.0¶
New Features¶
Add support to configure service_token_roles in authtoken middleware.
Add mysql_enable_ndb parameter to select mysql storage engine.
6.2.0¶
New Features¶
The new
cloudkitty::keystone::authtoken::interface
parameter has been added, which can be used to set the interface parameter in authtoken middleware.
Bug Fixes¶
In wsgi configuration, now workers is used to define concurrency by default instead of threads, to be consistent with the other puppet modules.
6.1.0¶
New Features¶
It is now possible to run cloudkitty-api using the default package service, which may be useful if running under Debian, where cloudkitty-api runs using uwsgi.