[puppet] puppet-panko 12.0.0 (queens)
We are psyched to announce the release of: puppet-panko 12.0.0: Puppet module for OpenStack Panko This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-panko/ For more details, please see below. 12.0.0 ^^^^^^ New Features ************ * Add parameter to wsgi::apache to allow overwrite and/or add additional wsgi process options. Known Issues ************ * Keystone v2.0 API was removed so we need to set a default value for user_domain_name and project_domain name, which will be Default as it is already in some other classes in modules. Deprecation Notes ***************** * revocation_cache_time option is now deprecated for removal, the parameter has no effect. Changes in puppet-panko 11.3.0..12.0.0 -------------------------------------- 42d3868 Add Puppet package to bindep, for module build b103f77 Prepare for Queens Milestone 1 475abab Configure *_domain_name to Default by default 97ef25e Allow setting log files for apache vhost b908870 add parameter to overwrite/add wsgi process options 62acf86 Update to the latest address in README 4686960 Update openstackdocstheme to latest version c629681 Deprecate revocation_cache_time option f5a5c6d Use Python to compute release notes version 598a89a Update versions for Queens cycle d1c1026 Update reno for stable/pike ebfadf5 Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + manifests/keystone/authtoken.pp | 28 +++--- manifests/wsgi/apache.pp | 106 +++++++++++++-------- metadata.json | 8 +- .../notes/default-domain-344433953d3840bb.yaml | 7 ++ ...tion_cache_time_parameter-3a02718c60f28284.yaml | 4 + .../wsgi_process_options-03a80f11e4fcd30b.yaml | 5 + releasenotes/source/conf.py | 4 +- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++ spec/classes/panko_keystone_authtoken_spec.rb | 3 - spec/classes/panko_wsgi_apache_spec.rb | 14 +++ test-requirements.txt | 5 +- 14 files changed, 131 insertions(+), 63 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
participants (1)
-
no-reply@openstack.org