We are jazzed to announce the release of: puppet-horizon 18.1.0: Puppet module for OpenStack Horizon This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/puppet-horizon Download the package from: https://tarballs.openstack.org/puppet-horizon/ Please report issues through: https://bugs.launchpad.net/puppet-horizon/+bugs For more details, please see below. 18.1.0 ^^^^^^ New Features ************ * Added ssl_cert, ssl_key and ssl_ca parameter to init class and the horizon::wsgi::apache class. Upgrade Notes ************* * You should now set the ssl_cert, ssl_key and ssl_ca parameters instead of the horizon_cert, horizon_key and horizon_ca parameters in the init and horizon::wsgi::apache class. * When setting ssl_ca (or the deprecated horizon_ca) end users must now set the ssl_verify_client parameter or the puppetlabs-apache module will not set SSLCACertificate in the vhost configuration. Deprecation Notes ***************** * The horizon_cert, horizon_key and horizon_ca parameters is deprecated. Please use ssl_cert, ssl_key and ssl_ca. Changes in puppet-horizon 18.0.0..18.1.0 ---------------------------------------- 7f6de8a Prepare Wallaby M1 3c89f2f Replace deprecated UPPER_CONSTRAINTS_FILE variable 011932c Build containers for single consumer job 68b400b Fix outdated files b2320ac Rename horizon_* ssl params to ssl_* Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + manifests/init.pp | 38 ++++++--- manifests/wsgi/apache.pp | 56 ++++++++++---- metadata.json | 6 +- .../notes/rename-ssl-params-5c58357688b4850f.yaml | 18 +++++ spec/classes/horizon_init_spec.rb | 12 +-- spec/classes/horizon_wsgi_apache_spec.rb | 90 +++++++++++++--------- tox.ini | 2 +- 8 files changed, 153 insertions(+), 70 deletions(-)