puppet-cloudkitty 3.4.0 (stein)
We joyfully announce the release of: puppet-cloudkitty 3.4.0: Puppet module for OpenStack cloudkitty This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-cloudkitty/ For more details, please see below. 3.4.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. * Added cloudkitty::storage_version that can be used to set the version of the storage backend. 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-cloudkitty 3.2.0..3.4.0 ----------------------------------------- 1cbf46f Prepare Stein RC1 413c18c Prepare Stein M3 e8421df Add release note about Ubuntu py3 upgrade 457ded9 Use validate_legacy 00bb6c3 Service_token_roles_required missing in the server config file ba3f3e8 Use puppet 4 compatible mysql functions 5c8d8e8 Add cloudkitty::storage_version 227e6b7 Change wiki to docs eb10477 Remove Ubuntu Xenial from metadata.json dca57ab Fix lint issue a245225 Remove redundantly tested code d31d379 Inherit pyvers from openstacklib::defaults cb3b279 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/init.pp | 6 ++ manifests/keystone/authtoken.pp | 8 +++ manifests/params.pp | 7 +- manifests/policy.pp | 2 +- metadata.json | 15 +++-- .../notes/puppet4-mysql-func-7be486b3ae396b5c.yaml | 4 ++ .../release-note-ubuntu-py3-a14bf4e2035ce8f5.yaml | 10 +++ ...vice_token_roles_required-b0ee37d917b0f026.yaml | 5 ++ .../notes/storage-version-6d2569db240bd23d.yaml | 5 ++ spec/acceptance/cloudkitty_wsgi_apache_spec.rb | 5 ++ spec/classes/cloudkitty_client_spec.rb | 6 +- spec/classes/cloudkitty_db_spec.rb | 77 +++------------------- spec/classes/cloudkitty_init_spec.rb | 3 + spec/classes/cloudkitty_keystone_authtoken_spec.rb | 3 + spec/classes/cloudkitty_logging_spec.rb | 34 +++++----- 19 files changed, 95 insertions(+), 109 deletions(-)
participants (1)
-
no-reply@openstack.org