Pike Series Release Notes

11.6.0

New Features

  • Adds the kombu_failover_strategy option for configuring oslo.messaging.rabbit. This will determines how the next RabbitMQ node is chosen in case the one we are currently connected to becomes unavailable.

  • Add openstack-db tag to Exec that run db-sync.

11.4.0

New Features

  • Add parameter to apache_wsgi to allow overwrite and/or add additional wsgi process options.

11.3.0

New Features

  • Added ability to set paste_config option which is used by aodh-api

Deprecation Notes

  • aodh::rpc_backend is deprecated and will be removed in a future release. Please use aodh::default_transport_url instead.

11.2.0

Upgrade Notes

  • Deprecated keystone authtoken signing_dir option is removed in Pike.

11.0.0

Deprecation Notes

  • aodh::ensure_package is now deprecated and will be removed in the future release. Please use aodh::package_ensure instead.

Bug Fixes

  • Install python-redis if the coordination backend url is redis. This is an indirect dependency on evaluator coordination to work.