We are ecstatic to announce the release of: puppet-panko 11.2.0: Puppet module for OpenStack Panko This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-panko/ For more details, please see below. 11.2.0 ^^^^^^ Bug Fixes * Set the default api port to 8977. Changes in puppet-panko 11.1.0..11.2.0 -------------------------------------- ff16a2a Drop -dev version for Pike M3 754279a Update URLs in documents according to document migration 908a663 Fix unit tests 39b374c changed author 7335c05 Fix openstackdocstheme c985f78 Switch from oslosphinx to openstackdocstheme 5074da0 Add environment variable 741ceb0 Bump version for Pike M3 Dev 1e06d73 Update global requirements 71f5e42 Use proper resource collector syntax for httpd service b33c632 Fix the default port for Panko API Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/api.pp | 6 +- manifests/keystone/auth.pp | 18 ++-- manifests/wsgi/apache.pp | 4 +- metadata.json | 8 +- .../fix-api-port-default-871345e935f23439.yaml | 3 + releasenotes/source/conf.py | 18 ++-- setup.cfg | 4 +- spec/acceptance/basic_panko_spec.rb | 2 +- spec/classes/panko_api_spec.rb | 2 +- spec/classes/panko_keystone_auth_spec.rb | 6 +- spec/classes/panko_wsgi_apache_spec.rb | 108 ++++++++------------- test-requirements.txt | 6 +- tox.ini | 2 +- 14 files changed, 85 insertions(+), 104 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1ea50a8..a23c7e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 @@ -7 +7 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0,!=2.0.0 # Apache-2.0 +reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0