We joyfully announce the release of: puppet-horizon 20.0.0: Puppet module for OpenStack Horizon This release is part of the yoga 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. 20.0.0 ^^^^^^ New Features ************ * The new "horizon::api_result_page_size" parameter has been added, to support the "API_RESULT_PAGE_SIZE" parameter. * The "heat::dashboards::heat" class now supports the following two parameters. * "template_generator_api_timeout" * "template_generator_api_parallel" * The new "horizon::syslog_facility" parameter has been added. Bug Fixes ********* * 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..20.0.0 ---------------------------------------- c13e8df Allow using a different syslog facility for syslog log handler ad87d13 Add more tunables for heat-dashboard 3d30815 Add support for API_RESULT_PAGE_SIZE 860eefd Remove invalid character from comment line 2e875c8 Add missing dependency on puppetlabs-concat b3eced0 Bump version for the start of Yoga 7d3c508 Update master for stable/xena 625275a Fix missing HORIZON_IMAGES_UPLOAD_MODE Diffstat (except docs and test files) ------------------------------------- manifests/dashboards/heat.pp | 14 ++++++-- manifests/init.pp | 26 +++++++++++++-- metadata.json | 8 +++-- .../api_result_page_size-9efaaf9a23cd0454.yaml | 5 +++ ..._quotes_for_images_upload-bcd649d0311afe32.yaml | 5 +++ .../heat_template_generator-bc485a59c5e63b62.yaml | 8 +++++ .../notes/syslog_facility-0fee14adc9a7de4f.yaml | 4 +++ releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 ++++ spec/classes/horizon_dashboards_heat_spec.rb | 37 +++++++++++++++++++--- spec/classes/horizon_init_spec.rb | 22 +++++++++++-- templates/_1699_orchestration_settings.py.erb | 4 +-- templates/local_settings.py.erb | 10 +++--- 13 files changed, 129 insertions(+), 21 deletions(-)