[puppet] puppet-tempest 10.2.0 (ocata)
We are stoked to announce the release of: puppet-tempest 10.2.0: Puppet module for OpenStack Tempest This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-tempest/ For more details, please see below. 10.2.0 ^^^^^^ New Features * Add Panko Tempest plugin support. Changes in puppet-tempest 10.1.0..10.2.0 ---------------------------------------- 34f7293 Add Panko support 38dabc8 Delete unnecessary utf-8 coding f6b3ff4 Allow for enabling/disabling image api versions 55f1dd1 Pin reno version to reno>=0.1.1,!=2.0.0 Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 19 +++++++++++++++++++ manifests/params.pp | 2 ++ releasenotes/notes/panko-80f401254e26f83c.yaml | 3 +++ releasenotes/source/conf.py | 1 - spec/classes/tempest_init_spec.rb | 3 +++ test-requirements.txt | 3 ++- 6 files changed, 29 insertions(+), 2 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