[release-announce] [puppet] puppet-keystone 11.2.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 26 18:51:36 UTC 2017


We are tickled pink to announce the release of:

puppet-keystone 11.2.0: Puppet module for OpenStack Keystone

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.2.0
^^^^^^


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

* Add two parameters to apache wsgi to allow overwrite and/or add
  additional wsgi process options.


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

* Deprecated keystone authtoken signing_dir option is removed in
  Pike.

Changes in puppet-keystone 11.1.0..11.2.0
-----------------------------------------

c419058 Drop -dev version for Pike M3
1da3343 Fix lint issues to upgrade to puppet-lint 2.3
7de3ac2 Update URLs in documents according to document migration
b479685 Fix resource references for latest puppet
7dfc3cd Remove deprecated keystone authtoken signing_dir option
a657eb7 Change author in setup.cfg
243c5f5 Fix openstackdocstheme
e7840bf Adds support for configuring group_ad_nesting in keystone LDAP backend
73930bb Switch from oslosphinx to openstackdocstheme
a69d3d6 include policy class in api.pp
92cd897 add parameter to overwrite/add wsgi process options
264aa39 Add environment variable
c8c58af Bump version for Pike M3 Dev
ca13c38 Update global requirements


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

README.md                                          |   4 +-
ext/keystone_test.rb                               |   2 +-
ext/keystone_test_v3.rb                            |   2 +-
manifests/cron/token_flush.pp                      |   2 +-
manifests/disable_admin_token_auth.pp              |  18 ++--
manifests/init.pp                                  |   4 +-
manifests/ldap_backend.pp                          |   7 ++
manifests/resource/authtoken.pp                    |  12 ---
manifests/wsgi/apache.pp                           | 114 +++++++++++++--------
metadata.json                                      |   6 +-
...ystone_signing_dir_option-ac9691ad2165491a.yaml |   3 +
.../wsgi_process_options-9c7149dd45d835b7.yaml     |   4 +
releasenotes/source/conf.py                        |  18 ++--
setup.cfg                                          |   4 +-
spec/classes/keystone_cron_token_flush_spec.rb     |   8 +-
.../keystone_disable_admin_token_auth_spec.rb      |   4 +-
spec/classes/keystone_init_spec.rb                 |   1 +
spec/classes/keystone_wsgi_apache_spec.rb          |  33 ++++++
spec/defines/keystone_ldap_backend_spec.rb         |   2 +
test-requirements.txt                              |   6 +-
tox.ini                                            |   2 +-
21 files changed, 162 insertions(+), 94 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 1ea50a8..a23c7e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,2 +2,2 @@
-sphinx>=1.5.1  # BSD
-oslosphinx>=4.7.0  # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -7 +7 @@ oslosphinx>=4.7.0  # Apache-2.0
-reno>=1.8.0,!=2.0.0  # Apache-2.0
+reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list