[release-announce] [puppet] puppet-horizon 10.2.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Thu Jan 26 19:15:50 UTC 2017
We are pumped to announce the release of:
puppet-horizon 10.2.0: Puppet module for OpenStack Horizon
This release is part of the ocata release series.
Download the package from:
https://tarballs.openstack.org/puppet-horizon/
For more details, please see below.
10.2.0
^^^^^^
New Features
* Support was added for WEBSSO options in local_settings.py.erb.
WEBSSO options enables keystone web single-sign-on.
* Making DISALLOW_IFRAME_EMBED in local_settings.py a configurable
value DISALLOW_IFRAME_EMBED can be used to prevent Horizon from
being embedded within an iframe
* Making password_validator a configurable value password_validator
allows operators to use a regular express to insure passwords are
validated for a certain criterion, which in turn allows stronger
security over password complexity
Changes in puppet-horizon 10.1.0..10.2.0
----------------------------------------
047e3b5 Manage password_validator with puppet manifest
5f9423f Prepare 10.2.0 release
4ed2edf WebSSO config options
a846263 Pin reno version to reno>=0.1.1,!=2.0.0
218c35e Manage disallow_iframe_embed with puppet manifest
Diffstat (except docs and test files)
-------------------------------------
manifests/init.pp | 60 ++++++++++++++++++++++
metadata.json | 2 +-
...upport-for-WEBSSO-options-a2d7e7f757b747d1.yaml | 4 ++
.../disallow_iframe_embed-f0ffa1cabeca5b1e.yaml | 5 ++
.../notes/password_validator-fdb08ff1d27aa652.yaml | 6 +++
releasenotes/source/conf.py | 4 +-
spec/classes/horizon_init_spec.rb | 46 +++++++++++++++++
templates/local_settings.py.erb | 35 +++++++++++++
test-requirements.txt | 3 +-
9 files changed, 161 insertions(+), 4 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index bedd666..baa2346 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache-2.0
+# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
+reno>=0.1.1,!=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list