Yoga Series Release Notes

20.3.1

Bug Fixes

  • Validation of the deprecated watcher::api::watcher_client_password parameter has been removed and the parameter is no longer required.

20.3.0

New Features

  • The new watcher::cache class, to manage parameters of the oslo.cache library, has been added.

  • The new watcher::watcher_clients_auth::system_scope parameter has been added.

  • The new watcher::watcher_clients_auth class has been added.

Upgrade Notes

  • The watcher::<service>_client_api_version parameters have been removed.

Deprecation Notes

  • The watcher::api::watcher_client_auth_uri parameter has been deprecated and has no effect.

  • The watcher::api::watcher_client_default_domain_name parameter has been deprecated. The parameter has never been used actually.

  • The following parameters of the watcher::api class have been deprecated in favor of the new watcher::watcher_clients_auth class.

    • watcher_client_password

    • watcher_client_username

    • watcher_client_auth_url

    • watcher_client_user_domain_name

    • watcher_client_project_domain_name

    • watcher_client_insecure

    • watcher_client_keyfile

    • watcher_client_certfile

    • watcher_client_cafile

    • watcher_client_auth_type

20.2.0

New Features

  • Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.

  • The following parameters of the watcher::api class have been deprecaed.

    • watcher_api_port (replaced by port)

    • watcher_api_max_limit (replaced by max_limit)

    • watcher_api_bind_host (replaced by bind_host)

    • watcher_api_workers (replaced by workers)

    • watcher_api_enable_ssl_api (replaced by enable_ssl_api)

  • The system_scope parameter has been added to the watcher::keystone::authtoken class.

  • The watcher::keystone::auth class now supports customizing roles assigned to the watcher service user.

  • The watcher::keystone::auth class now supports defining assignmet of system-scoped roles to the watcher service user.

Upgrade Notes

  • The watcher::amqp_allow_insecure_clients parameter has been removed.

20.1.0

Deprecation Notes

  • The service validation feature of the watcher::api class is deprecated, and the watcher::api::validate parameter has no effect now.

20.0.0

Upgrade Notes

  • Default value of the watcher::wsgi::apache::ssl parameter will be changed from true to false in a future release. Make sure the parameter is set to the desired value.