puppet-ec2api 14.3.0 (stein)
We are glad to announce the release of: puppet-ec2api 14.3.0: Puppet module for OpenStack Ec2api This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-ec2api/ 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-ec2api 14.2.0..14.3.0 --------------------------------------- d91e0f4 Prepare Stein M3 f3e3b3c Add release note about Ubuntu py3 upgrade dc90658 Use validate_legacy 1c40ef7 Service_token_roles_required missing in the server config file 6c5c17f Change wiki to docs 3ef6020 Use puppet 4 compatible mysql functions 17071c8 Remove Ubuntu Xenial from metadata.json d088f80 Fix lint issue 07ce900 Remove redundantly tested code 8e600c3 Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/api.pp | 6 +- manifests/config.pp | 4 +- manifests/db.pp | 3 +- manifests/db/mysql.pp | 14 +-- manifests/init.pp | 6 +- manifests/keystone/auth.pp | 14 +-- manifests/keystone/authtoken.pp | 8 ++ manifests/metadata.pp | 6 +- manifests/policy.pp | 2 +- metadata.json | 15 +-- .../notes/puppet4-mysql-func-59529551402b3006.yaml | 4 + .../release-note-ubuntu-py3-4dc8a1739d28cc1a.yaml | 10 ++ ...vice_token_roles_required-8a40b333668b42ae.yaml | 5 + spec/classes/ec2api_db_spec.rb | 102 ++++++++++----------- spec/classes/ec2api_keystone_authtoken_spec.rb | 3 + spec/classes/ec2api_logging_spec.rb | 34 +++---- 17 files changed, 135 insertions(+), 103 deletions(-)
participants (1)
-
no-reply@openstack.org