[release-announce] [puppet] puppet-horizon 12.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 13 09:26:04 UTC 2017


We joyfully announce the release of:

puppet-horizon 12.0.0: Puppet module for OpenStack Horizon

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.0.0
^^^^^^


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

* Horizon has a global override mechanism available to perform
  customizations. This change adds customization_module key to
  HORIZON_CONFIG dictionary in local_settings.py. The value of the
  parameter should be a string with the path to the module containing
  modifications in dotted python path notation.

* Added parameter to horizon class to allow configuring
  LAUNCH_INSTANCE_DEFAULTS.


Security Issues
***************

* The horizon_ca option is now optional. This implies that you could
  in theory use the CA configured in the global httpd SSL
  configuration (ssl.conf) or simply not using this value.

Changes in puppet-horizon 11.3.0..12.0.0
----------------------------------------

739a7f9 Add Puppet package to bindep, for module build
df0b78f Prepare for Queens Milestone 1
5657428 Added customization-module option to Horizon config
f583d96 Add parameter to configure instance defaults
31d7b87 Update to the latest address in README
255c30d Update openstackdocstheme to latest version
c60cb1a Allow configuring 'CREATE_IMAGE_DEFAULTS' setting
1b41fdf Use Python to compute release notes version
5d92855 Update versions for Queens cycle
2339e58 Update reno for stable/pike
dcbe4e5 Increase minimum puppetlabs-stdlib version requirement
95316ab Update reno>=2.5.0
639f1cf Make horizon_ca optional when SSL is enabled


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

README.md                                          |  2 +-
bindep.txt                                         |  1 +
manifests/init.pp                                  | 56 ++++++++++++++++
manifests/wsgi/apache.pp                           |  4 --
metadata.json                                      |  4 +-
...tion-module-config-option-798d0bb4e00737c3.yaml |  8 +++
...ce_default_config_options-123cc41099d5e098.yaml |  3 +
.../notes/ca-optional-7443c07bcef671ce.yaml        |  6 ++
releasenotes/source/conf.py                        |  4 +-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++
spec/classes/horizon_init_spec.rb                  | 74 ++++++++++++++++++++++
spec/classes/horizon_wsgi_apache_spec.rb           |  5 --
spec/fixtures/override_local_settings.py.erb       |  3 +
templates/local_settings.py.erb                    | 26 +++++++-
test-requirements.txt                              |  5 +-
16 files changed, 190 insertions(+), 18 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 629ab00..8db5c0d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3 +3 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0
-# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
-reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list