Rocky Series Release Notes¶
13.3.0¶
Deprecation Notes¶
aodh::auth::auth_endpoint_type is deprecated and will be removed in a future release. Please use aodh::auth::interface instead.
aodh::gnocchi_url is deprecated and will be removed in a future release. The correct URL is automatically retrieved from the indentity service’s service catalog.
aodh::api::host and aodh::api::port are deprecated and will be removed in a future release. aodh-api itself is for testing only and does not use these parameters. The production-ready alternative aodh::wsgi::apache supports setting host and port via the bind_host and port parameters.
Bug Fixes¶
When trying to specify the endpoint type in the identity service catalog to use for communication with OpenStack services an outdated configuration option was written.
Deal with API being run using Apache when restarting the API (e.g. due to configuration changes)
13.1.0¶
Upgrade Notes¶
The deprecated parameters aodh::rabbit_host, aodh::rabbit_hosts, aodh::rabbit_password, aodh::rabbit_userid, aodh::rabbit_port and aodh::rabbit_virtual_host is removed. Please use aodh::default_transport_url instead.
The deprecated parameter aodh::rpc_backend is removed.
13.0.0¶
New Features¶
Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy.
Add openstack-db tag to Exec that run db-sync.
Upgrade Notes¶
Deprecated ensure_package option has been removed.
Deprecated keystone::authtoken::revocation_cache_time option has been removed.
Deprecation Notes¶
auth_uri is deprecated and will be removed in a future release. Please use www_authenticate_uri instead.