We are pumped to announce the release of: puppet-heat 11.3.0: Puppet module for OpenStack Heat This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-heat/ For more details, please see below. 11.3.0 ^^^^^^ Deprecation Notes ***************** * heat::rpc_backend is deprecated and will be removed in a future release. Please use heat::default_transport_url instead. Other Notes *********** * Change rabbit_heartbeat_timeout_threshold param from 0 (disable the heartbeat) and use default value from oslo module (unset param in configuration file). * Drop keystone_ec2_uri default value because engine was down when user is checking heat service status and the endpoint was not created in Keystone. Changes in puppet-heat 11.2.0..11.3.0 ------------------------------------- 2d78f92 Changed keystone_ec2_uri to be optional 9fb1ab9 Param rabbit_heartbeat_timeout_threshold should not be 0 f038c32 Prepare for official Pike release 3792913 Bump modules to next minor with -dev 9570b38 Update openstackdocstheme>=1.16.0 a28c18c Deprecate oslo.messaging rpc_backend option parameter Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 107 ++++++++++----------- metadata.json | 8 +- ..._rabbit_timeout_threshold-8ca404e050a733f1.yaml | 6 ++ ...ate_rpc_backend_parameter-46ffa292fb2502eb.yaml | 4 + ...one_ec2_uri_default_value-c6925ba650861456.yaml | 5 + releasenotes/source/conf.py | 4 +- spec/classes/heat_init_spec.rb | 14 +-- test-requirements.txt | 2 +- 8 files changed, 79 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0