[puppet] puppet-zaqar 10.2.0 (ocata)
We are pumped to announce the release of: puppet-zaqar 10.2.0: Puppet module for OpenStack Zaqar This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-zaqar/ For more details, please see below. 10.2.0 ^^^^^^ New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. Changes in puppet-zaqar 10.1.0..10.2.0 -------------------------------------- aaaa38c Allow python-memcache install from authtoken class fa7c8ba Deprecate signing_dir option 1796038 Pin reno version to reno>=0.1.1,!=2.0.0 c21c712 Add test for sync Diffstat (except docs and test files) ------------------------------------- manifests/db/sync.pp | 3 +- manifests/keystone/authtoken.pp | 24 +++++++++---- ...n_manage_memcache_package-55f01f617aaa8db0.yaml | 3 ++ ...ate_signing_dir_parameter-e139a3349813f233.yaml | 4 +++ spec/classes/zaqar_db_sync_spec.rb | 41 ++++++++++++++++++++++ spec/classes/zaqar_keystone_authtoken_spec.rb | 8 +++-- test-requirements.txt | 3 +- 7 files changed, 75 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bedd666..baa2346 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache-2.0 +# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 +reno>=0.1.1,!=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org