[puppet] puppet-horizon 11.2.0 (pike)
We are amped to announce the release of: puppet-horizon 11.2.0: Puppet module for OpenStack Horizon This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-horizon/ For more details, please see below. 11.2.0 ^^^^^^ Known Issues * an issue with horizon having ssl handshake issues under apache with ssl endpoints. Fix adds in WSGIApplicationGroup apache directive. Changes in puppet-horizon 11.1.0..11.2.0 ---------------------------------------- a46538e Drop -dev version for Pike M3 7b918a8 Update URLs in documents according to document migration 32bd7d5 Fix openstackdocstheme 28322a3 Switch from oslosphinx to openstackdocstheme 588b9f8 Horizon SSL handshake errors with apache 4a6e68b Correcting author 66d827f Add environment variable 762c9cd Bump version for Pike M3 Dev e02b86a Update global requirements Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/params.pp | 7 +- manifests/wsgi/apache.pp | 7 +- metadata.json | 2 +- .../fix_ssl_handshake_errors-aece1e80e78820a2.yaml | 4 + releasenotes/source/conf.py | 18 +++-- setup.cfg | 4 +- spec/classes/horizon_wsgi_apache_spec.rb | 88 +++++++++++----------- templates/local_settings.py.erb | 2 +- test-requirements.txt | 6 +- tox.ini | 2 +- 11 files changed, 79 insertions(+), 63 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
participants (1)
-
no-reply@openstack.org