We joyfully announce the release of: puppet-heat 16.4.0: Puppet module for OpenStack Heat This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/puppet-heat Download the package from: https://tarballs.openstack.org/puppet-heat/ Please report issues through: https://bugs.launchpad.net/puppet-heat/+bugs For more details, please see below. Changes in puppet-heat 16.3.0..16.4.0 ------------------------------------- d267572 Prepare the final stable/ussuri release b87c83c Set fixture paths for unit tests 55ea15a Add TLS options to oslo.cache 033b93d Add support for the interface parameter in authtoken middleware eb0ad88 Add CentOS8 to nodesets 9314ef2 Use common class to manage apache service in beaker job 8b91724 Expose vhost_custom_fragment 5320a8e Switch to Ussuri 3ae6cd6 Update TOX_CONSTRAINTS_FILE for stable/ussuri 72222ad Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Gemfile | 1 + manifests/cache.pp | 43 ++++++++++++++++++++++ manifests/keystone/authtoken.pp | 7 ++++ manifests/wsgi/apache_api_cfn.pp | 10 ++++- metadata.json | 8 ++-- .../notes/add_tls_options-e126a2206f028366.yaml | 4 ++ ...stone-authtoken-interface-fa5844b2d4fc0f86.yaml | 5 +++ spec/acceptance/basic_heat_spec.rb | 1 + spec/acceptance/nodesets/nodepool-centos8.yml | 10 +++++ spec/classes/heat_cache_spec.rb | 15 ++++++++ spec/classes/heat_keystone_authtoken_spec.rb | 3 ++ spec/classes/heat_wsgi_apache_api_cfn_spec.rb | 3 +- spec/spec_helper.rb | 5 +++ tox.ini | 2 +- 15 files changed, 110 insertions(+), 8 deletions(-)