We joyfully announce the release of: puppet-tempest 12.0.0: Puppet module for OpenStack Tempest This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-tempest/ For more details, please see below. 12.0.0 ^^^^^^ New Features ************ * Add Barbican Tempest plugin support. Deprecation Notes ***************** * The Keystone project is removing the API v2 code in the Queens cycle. To adapt to this, the keystone_v2 and auth_version default values have been changed to false and v3, respectively. Changes in puppet-tempest 11.3.0..12.0.0 ---------------------------------------- 68fea5c Add Puppet package to bindep, for module build e031b12 Prepare for Queens Milestone 1 da6fe39 Set Keystone v2 API to disabled by default 2dc09e6 Update openstackdocstheme to latest version 49632b0 Fix markdown format typo 34bf4f2 Use Python to compute release notes version 6c62fa4 Add release note for support barbican 477730f Add barbican service_available config 69fc441 Update versions for Queens cycle d0901e0 Update reno for stable/pike d095d01 Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 4 ++-- bindep.txt | 1 + manifests/init.pp | 9 +++++---- metadata.json | 6 +++--- releasenotes/notes/add-barbican-support-4a135d983f2184e6.yaml | 3 +++ releasenotes/notes/disable-keystone-v2-864c0aa1959deba1.yaml | 6 ++++++ releasenotes/source/conf.py | 4 ++-- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ spec/classes/tempest_init_spec.rb | 4 ++-- test-requirements.txt | 5 ++--- 11 files changed, 33 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 629ab00..8db5c0d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0 -# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 -reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0