Xena Series Release Notes

8.4.0

New Features

  • The new cloudkitty::logging::watch_log_file parameter has been added.

  • Adds new purge_config parameter. When set to true, the policy file is cleared during configuration process. This allows to remove any existing rules before applying them or clean the file when all policies got removed.

8.3.0

New Features

  • Add parameters region_name and interface for gnocchi collector.

  • Add max_workers parameter for orchestrator.

  • The new cloudkitty::healthcheck class has been added. This class manages parameters of healthcheck middlware in oslo.middleware.

8.1.0

Upgrade Notes

  • Fedora is no longer supported.

8.0.0

New Features

  • The following parameters have been added to the cloudkitty::api class, to support parameters of oslo.middleware.

    • enable_proxy_headers_parsing

    • max_request_body_size

  • There is now a new policy_dirs parameter in the cloudkitty::policy class, so one can set a custom path.

  • A new class cloudkitty::wsgi::uwsgi exist to allow configuring uwsgi in operating systems that support this (ie: currently Debian). This helps configuring the number of processes, threads and listen socket. Also, a new cloudkitty_api_wsgi_config provider now exist.