Ussuri Series Release Notes¶
16.4.0¶
New Features¶
- The new - aodh::expirerclass has been added to support a cron job to run aodh-expirer command.
- Now the - aodh::expirerclass installs aodh-expire package automatically. The status of package can be defined by the- package_ensureparameter.
- The new - aodh::keystone::authtoken::interfaceparameter has been added, which can be used to set the interface parameter in authtoken middleware.
16.3.0¶
Deprecation Notes¶
- user_domain_idand- project_domain_idin- aodh::authclass were deprecated and will be removed in a future release. Use- user_domain_nameand- project_domain_nameinstead.
- The - aodh::auth::tenant_nameparameter is deprecated and will be removed in a future release. Use- aodh::auth:project_nameinstead.
- The - aodh::auth::tenant_idparameter 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. 
