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

no-reply at openstack.org no-reply at openstack.org
Mon Nov 13 09:29:47 UTC 2017


We are delighted to announce the release of:

puppet-keystone 12.0.0: Puppet module for OpenStack Keystone

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.0.0
^^^^^^


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

* Adds the use_journal option for configuring oslo.log. This will
  enable passing the logs to journald.


Deprecation Notes
*****************

* revocation_cache_time option is now deprecated for removal, the
  parameter has no effect.

Changes in puppet-keystone 11.3.0..12.0.0
-----------------------------------------

2b2004e Add Puppet package to bindep, for module build
4e1366e Prepare for Queens Milestone 1
f039a52 apache wsgi: Exchange defaults for workers and threads
5481193 Fix incorrect reference to keystone_project in example
cc0f65d Accept empty strings for log_dir and log_file
aabe420 Add use_journal option for logging configuration
6574abc Deprecate revocation_cache_time option
9f7ff42 Remove Keystone V2 acceptance tests
0d6820a Update to the latest address in README
b0b6bc8 Update openstackdocstheme to latest version
6ace271 Use Python to compute release notes version
edc3d84 Update versions for Queens cycle
289ae88 Update reno for stable/pike
fb13b7c Update reno>=2.5.0


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

README.md                                          |  2 +-
bindep.txt                                         |  1 +
.../user_project_user_role_composite_namevar.pp    |  2 +-
manifests/logging.pp                               | 18 ++++++++--
manifests/resource/authtoken.pp                    | 24 ++++++++-----
manifests/wsgi/apache.pp                           |  8 ++---
metadata.json                                      |  6 ++--
...ournal-option-for-logging-7eeca0fccb658f3a.yaml |  5 +++
...tion_cache_time_parameter-2a565b96bcbf98a2.yaml |  4 +++
releasenotes/source/conf.py                        |  4 +--
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++++
.../keystone_federation_identity_provider_spec.rb  | 40 ----------------------
.../keystone_federation_shibboleth_spec.rb         | 40 ----------------------
spec/acceptance/keystone_wsgi_apache_spec.rb       | 40 ----------------------
spec/classes/keystone_logging_spec.rb              | 13 ++++---
spec/classes/keystone_wsgi_apache_spec.rb          | 14 ++++----
spec/defines/keystone_resource_authtoken_spec.rb   |  3 --
test-requirements.txt                              |  5 ++-
19 files changed, 76 insertions(+), 160 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