Ussuri Series Release Notes¶
16.4.0¶
New Features¶
The new
aodh::expirer
class has been added to support a cron job to run aodh-expirer command.
Now the
aodh::expirer
class installs aodh-expire package automatically. The status of package can be defined by thepackage_ensure
parameter.
The new
aodh::keystone::authtoken::interface
parameter has been added, which can be used to set the interface parameter in authtoken middleware.
16.3.0¶
Deprecation Notes¶
user_domain_id
andproject_domain_id
inaodh::auth
class were deprecated and will be removed in a future release. Useuser_domain_name
andproject_domain_name
instead.
The
aodh::auth::tenant_name
parameter is deprecated and will be removed in a future release. Useaodh::auth:project_name
instead.
The
aodh::auth::tenant_id
parameter is deprecated and has no effect now, since the actual parameter in aodh is no more valid.
16.2.0¶
New Features¶
It is now possible to specify aodh::wsgi::apache::wsgi_script_dir and aodh::wsgi::apache::wsgi_script_source to override operating system defaults.
Upgrade Notes¶
Deprecated idle_timeout option has been removed.
Deprecation Notes¶
database_min_pool_size option is now deprecated for removal, the parameter has no effect.
16.0.0¶
New Features¶
Add possibility to configure the size of executor thread pool.