Xena Series Release Notes¶
19.5.0¶
New Features¶
The new
heat::executor_thread_pool_size
parameter has been added.
19.4.0¶
New Features¶
The new
heat::logging::watch_log_file
parameter has been added.
Adds new purge_config parameter. When set to true, the policy file is cleared during configuration process. This allows to remove any existing rules before applying them or clean the file when all policies got removed.
19.3.0¶
New Features¶
The
heat::max_stacks_per_tenant
parameter has been deprecated in favor of the newheat::engine::max_stacks_per_tenant
parameter.
19.1.0¶
Upgrade Notes¶
Fedora is no longer supported.
19.0.0¶
New Features¶
There is now a new policy_dirs parameter in the heat::policy class, so one can set a custom path.
Two new classes heat::wsgi::uwsgi_api and heat::wsgi::uwsgi_api_cfn exist to allow configuring uwsgi in operating systems that support this (ie: currently Debian). This helps configuring the number of processes, threads and listen socket. Also, two new heat_api_uwsgi_config and heat_api_cfn_uwsgi_config providers now exist.