We jubilantly announce the release of: puppet-horizon 19.5.0: Puppet module for OpenStack Horizon This release is part of the xena 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. 19.5.0 ^^^^^^ New Features ************ * The new "horizon::wsgi::apache::ssl_extra_params" parameter has been added. This parameter affects only ssl vhost and overrides the "extra_params" parameter when set. Bug Fixes ********* * Bug #1956904 (https://bugs.launchpad.net/puppet- horizon/+bug/1956904): The hard-coded "REST_API_REQUIRED_SETTINGS" parameter was removed, to use the default value defined in Horizon itself. * Fix HORIZON_IMAGES_UPLOAD_MODE in template file because the value must be encapsulated with quotes or it will be treated as an expression by horizon. Changes in puppet-horizon 19.4.0..19.5.0 ---------------------------------------- 1300d52 Fix missing comma causing syntax error ebde4c8 Prepare the final stable/xena release fa8b48d Debian: Fix the wrong package name of manila-ui 6baf1f3 setuptools: Disable auto discovery 06cb301 Do not show diff of local_settings(.py) 54b7eb0 Add inet6 prefix only when MemcacheCache is used 68ad93e Accept array for cache_server_url f19fc00 Allow customizing apache::vhost parameters for SSL vhost f80cb0f Fix syntax error in individual dashboard settings a4b70ae Do not hard-code REST_API_REQUIRED_SETTINGS 847ef38 Make sure cache_server_ip is not empty 8b9d999 Handle string value for LAUNCH_INSTANCE_DEFAULTS d22f107 Fix missing HORIZON_IMAGES_UPLOAD_MODE 156ab82 Remove TripleO job 6bc229f Update TOX_CONSTRAINTS_FILE for stable/xena 4b4f914 Update .gitreview for stable/xena Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 21 ------ manifests/init.pp | 25 ++++++-- manifests/params.pp | 2 +- manifests/wsgi/apache.pp | 61 ++++++++++++------ metadata.json | 2 +- .../notes/bug-1956904-f4393eade5197c47.yaml | 6 ++ ..._quotes_for_images_upload-bcd649d0311afe32.yaml | 5 ++ .../wsgi-ssl_extra_params-f775a56966c5d475.yaml | 6 ++ setup.py | 1 + spec/classes/horizon_dashboards_manila_spec.rb | 2 +- spec/classes/horizon_init_spec.rb | 74 ++++++++++++++++++++-- spec/classes/horizon_wsgi_apache_spec.rb | 26 +++++++- templates/_1499_load_balancer_settings.py.erb | 8 +-- templates/_1699_orchestration_settings.py.erb | 2 +- templates/_90_manila_shares.py.erb | 2 +- templates/local_settings.py.erb | 32 ++++------ tox.ini | 2 +- 18 files changed, 192 insertions(+), 86 deletions(-)
participants (1)
-
no-reply@openstack.org