Yoga Series Release Notes¶
20.3.0¶
New Features¶
The
aodh::service_credentials::system_scope
parameter has been added.
20.2.0¶
New Features¶
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
The
system_scope
parameter has been added to theaodh::keystone::authtoken
class.
The
aodh::keystone::auth
class now supports customizing roles assigned to the aodh service user.
The
aodh::keystone::auth
class now supports defining assignmet of system-scoped roles to the aodh service user.
Upgrade Notes¶
The
aodh::amqp_allow_insecure_clients
parameter has been removed.
The following parameters of the
aodh
class has been removed.database_min_pool_size
database_connection
slave_connection
database_idle_timeout
database_max_overflow
database_max_pool_size
database_max_retries
database_retry_interval
The
database_min_pool_size
parameter of theaodh::db
class has been removed.
20.1.0¶
Upgrade Notes¶
The deprecated
aodh::auth
class has been removed. Use theaodh::service_credentials
class instead.
20.0.0¶
New Features¶
The new
aodh::evaluator::additional_ingestion_lag
parameter has been added.
The new
key_val_separator
parameter has been added to theaodh_api_paste_ini
resource type.
The new
aodh::evaluator::event_alarm_cache_ttl
parameter has been added.
Upgrade Notes¶
Default value of the
aodh::wsgi::apache::ssl
parameter will be changed fromtrue
tofalse
in a future release. Make sure the parameter is set to the desired value.
Deprecation Notes¶
The
aodh::coordination::heartbeat
parameter has been deprecated. This parameter is left to keep backword compatibility but will be fully replaced by the newheartbeat_interval
parameter.