[release-announce] puppet-horizon 14.2.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 15 00:19:34 UTC 2019


We are satisfied to announce the release of:

puppet-horizon 14.2.0: Puppet module for OpenStack Horizon

This release is part of the stein release series.

Download the package from:

    https://tarballs.openstack.org/puppet-horizon/

For more details, please see below.

14.2.0
^^^^^^


New Features
************

* Added horizon::access_log_format and
  horizon::wsgi::apache::access_log_format that can be used to set the
  log format for the access log.

* The default keystone role horizon::keystone_default_role is
  changed from _member_ to member to conform with what keystone-
  bootstrap creates. This sets the OPENSTACK_KEYSTONE_DEFAULT_ROLE
  configuration option in local_settings.

* Added "ensure" parameter to "horizon::dashboard" resource which
  defaults to "present". You can now set this to absent if you want to
  remove a horizon dashboard package.


Upgrade Notes
*************

* The default keystone role horizon::keystone_default_role is
  changed from _member_ to member. This sets the
  OPENSTACK_KEYSTONE_DEFAULT_ROLE config option in local_settings, if
  you still require or use the _member_ role as default you need to
  set this explicitly.

Changes in puppet-horizon 14.1.0..14.2.0
----------------------------------------

6a4667b Prepare Stein M2
681cf25 Fix editorial problem
f3238a8 Use correct case for WEBSSO_ENABLED config setting
d5faba4 Add support to remove horizon dashboards
a0468fd Add access_log_format for WSGI
7a58121 Change openstack-dev to openstack-discuss
9db6f8c Change default member role to member


Diffstat (except docs and test files)
-------------------------------------

README.md                                          |  2 +-
manifests/dashboard.pp                             | 12 +++++--
manifests/init.pp                                  | 42 ++++++++++++----------
manifests/wsgi/apache.pp                           |  6 ++++
metadata.json                                      |  2 +-
.../add-access-log-format-fdbdd77c94ff1abd.yaml    |  5 +++
...nge-keystone-default-role-fe630805edb631f4.yaml | 12 +++++++
.../notes/dashboard-remove-2b250155570ab317.yaml   |  6 ++++
setup.cfg                                          |  2 +-
spec/classes/horizon_init_spec.rb                  | 25 +++++++------
spec/classes/horizon_wsgi_apache_spec.rb           | 13 ++++---
spec/defines/horizon_dashboard_spec.rb             | 36 ++++++++++++-------
templates/local_settings.py.erb                    |  4 +--
13 files changed, 114 insertions(+), 53 deletions(-)







More information about the Release-announce mailing list