We joyfully announce the release of: puppet-mistral 10.2.0: Puppet module for OpenStack Mistral This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-mistral/ For more details, please see below. Changes in puppet-mistral 10.1.0..10.2.0 ---------------------------------------- 22afb8b Add oslo::db to dependency chain dbca073 Prepare 10.2.0 release 389643c Pin reno version to reno>=0.1.1,!=2.0.0 a89c097 Add customization for wsgi process display name fe1385b Switch wsgi test to use rspec-puppet-facts f708a25 Revert "Move Mistral to authtoken" bf3625d Move Mistral to authtoken Diffstat (except docs and test files) ------------------------------------- manifests/deps.pp | 4 ++ manifests/wsgi/apache.pp | 80 +++++++++++++----------- metadata.json | 8 +-- releasenotes/source/conf.py | 4 +- spec/classes/mistral_wsgi_apache_spec.rb | 102 ++++++++++++++++--------------- test-requirements.txt | 3 +- 6 files changed, 107 insertions(+), 94 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