Xena Series Release Notes

19.4.0

New Features

  • The new watcher::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.

19.3.0

New Features

  • The following new class have been added.

    • watcher::cinder_client

    • watcher::glance_client

    • watcher::neutron_client

    • watcher::nova_client

  • The following new classes have been added.

    • watcher::gnocchi_client

    • watcher::ironic_client

    • watcher::keystone_client

    • watcher::placement_client

Deprecation Notes

  • The watcher::<service>_client_api_version parameters have been deprecated in favor of the new watcher::<service>_client classes.

Bug Fixes

  • Default value of the watcher::cinder_client_api_version has been updated from 2 to 3 to use cinder v3 API instead of removed v2.

19.1.0

Upgrade Notes

  • Fedora is no longer supported.

19.0.0

New Features

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