puppet-horizon 15.5.0 (train)
We jubilantly announce the release of: puppet-horizon 15.5.0: Puppet module for OpenStack Horizon This release is part of the train stable 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. 15.5.0 ^^^^^^ New Features ************ * Support was added to set the SECURE_PROXY_ADDR_HEADER option. If horizon is behind a proxy server and the proxy is configured, the IP address from request is passed using header variables inside the request. This setting specifies the name of the header with remote IP address. * Added the ssl_verify_client parameter to init class and horizon::wsgi::apache that is passed down to the created apache::vhost resource. Upgrade Notes ************* * The puppetlabs-apache module 2.1.0 introduced a change where ssl_verify_client is required otherwise the SSL CA certificate passed to the horizon module using the horizon_ca parameter is ignored. Changes in puppet-horizon 15.4.0..15.5.0 ---------------------------------------- c300380 Prepare the final stable/train release cc8289a add support for SECURE_PROXY_ADDR_HEADER 6470aea Build containers for single consumer job 2ae5f46 Add ssl_verify_client dd78e01 Consolidate python memcache bindings install e379bb2 at least one test needs to run for tempest to pass 3cadfc2 Reflect openstacklib options for apache::vhost resources 620e8f6 Switch to Train 64f1f61 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 2635fd8 Update .gitreview for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 2 ++ Gemfile | 3 ++- manifests/init.pp | 23 ++++++++++++++++--- manifests/wsgi/apache.pp | 8 +++++++ metadata.json | 4 ++-- ...-secure-proxy-addr-header-07c36d89f8bf2ad2.yaml | 7 ++++++ .../add-ssl_verify_client-3e2bc9a7f1d4291a.yaml | 10 +++++++++ spec/classes/horizon_init_spec.rb | 26 +++++++++++++--------- spec/classes/horizon_wsgi_apache_spec.rb | 12 +++++----- templates/local_settings.py.erb | 6 +++++ tox.ini | 2 +- 12 files changed, 81 insertions(+), 23 deletions(-)
participants (1)
-
no-reply@openstack.org