We are gleeful to announce the release of: puppet-heat 14.3.0: Puppet module for OpenStack Heat This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-heat/ For more details, please see below. 14.3.0 ^^^^^^ Prelude ******* In this release Ubuntu has moved all projects that supported it to python3 which means that there will be a lot of changes. The Puppet OpenStack project does not test the upgrade path from python2 to python3 packages so there might be manual steps required when moving to the python3 packages. New Features ************ * Service_token_roles_required missing in the server config file which allows backwards compatibility to ensure that the service tokens are compared against a list of possible roles for validity. Upgrade Notes ************* * This module now requires a puppetlabs-mysql version >= 6.0.0 * Ubuntu packages are now using python3, the upgrade path is not tested by Puppet OpenStack. Manual steps may be required when upgrading. Changes in puppet-heat 14.2.0..14.3.0 ------------------------------------- 05bf8a7 Prepare Stein M3 ac9a56e Change keystone v2.0 url to v3 66685ab Add release note about Ubuntu py3 upgrade e46b67d Use validate_legacy 532ab0e Service_token_roles_required missing in the server config file 1fd2d6d Change wiki to docs be38442 Use puppet 4 compatible mysql functions a76f651 Remove Ubuntu Xenial from metadata.json 2c9b264 Fix lint issue ca287bf Remove redundantly tested code 01ac308 Inherit pyvers from openstacklib::defaults 9fa99c2 Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/config.pp | 4 +- manifests/db.pp | 4 +- manifests/db/mysql.pp | 4 +- manifests/engine.pp | 3 +- manifests/init.pp | 4 +- manifests/keystone/auth.pp | 2 +- manifests/keystone/auth_cfn.pp | 2 +- manifests/keystone/authtoken.pp | 8 +++ manifests/params.pp | 7 +-- manifests/policy.pp | 2 +- manifests/wsgi/apache_api_cfn.pp | 2 +- metadata.json | 15 +++-- .../notes/puppet4-mysql-func-9583edec939bbaa2.yaml | 4 ++ .../release-note-ubuntu-py3-b9db3eea73644589.yaml | 10 +++ ...vice_token_roles_required-ae86f905a716e6f4.yaml | 5 ++ spec/classes/heat_client_spec.rb | 6 +- spec/classes/heat_db_spec.rb | 72 ++++------------------ spec/classes/heat_init_spec.rb | 4 +- spec/classes/heat_keystone_authtoken_spec.rb | 3 + spec/classes/heat_logging_spec.rb | 30 ++++----- 21 files changed, 84 insertions(+), 109 deletions(-)