We joyfully announce the release of: puppet-ec2api 10.2.0: Puppet module for OpenStack Ec2api This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-ec2api/ For more details, please see below. 10.2.0 ^^^^^^ New Features * Passes parameter to keystone authtoken define to manage python- memcache package install. Changes in puppet-ec2api 10.1.0..10.2.0 --------------------------------------- 48dc8b2 Prepare 10.2.0 release 34e3c96 Allow python-memcache install from authtoken class a6f198a Remove signing_dir option 3f1b3a6 Remove keystone_url option 3010ef1 Pin reno version to reno>=0.1.1,!=2.0.0; 10c6a1b Add the port check for breaker Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 6 ------ manifests/keystone/authtoken.pp | 12 ++++++------ metadata.json | 8 ++++---- .../authtoken_manage_memcache_package-b7bc1bf8ccd8f03f.yaml | 3 +++ releasenotes/source/conf.py | 4 ++-- spec/acceptance/basic_ec2api_spec.rb | 13 ++++++++++--- spec/classes/ec2api_api_spec.rb | 1 - spec/classes/ec2api_keystone_authtoken_spec.rb | 8 +++++--- test-requirements.txt | 3 ++- 9 files changed, 32 insertions(+), 26 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