We contentedly announce the release of: puppet-openstacklib 11.3.0: Puppet module for OpenStack Openstacklib This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-openstacklib/ For more details, please see below. 11.3.0 ^^^^^^ New Features * Add two parameters to apache wsgi to allow overwrite and/or add additional wsgi process options. Changes in puppet-openstacklib 11.2.0..11.3.0 --------------------------------------------- 79a799f Prepare for official Pike release 8832df0 add parameter to overwrite/add wsgi process options ff82e31 Bump modules to next minor with -dev 5cc3d73 Update openstackdocstheme>=1.16.0 924be63 Change author in setup.cfg Diffstat (except docs and test files) ------------------------------------- manifests/wsgi/apache.pp | 84 ++++++++++++---------- metadata.json | 2 +- .../wsgi_process_options-5ff706a7beb9b893.yaml | 4 ++ releasenotes/source/conf.py | 4 +- setup.cfg | 2 +- spec/defines/openstacklib_wsgi_apache_spec.rb | 28 ++++++++ test-requirements.txt | 2 +- 7 files changed, 85 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0