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

no-reply at openstack.org no-reply at openstack.org
Mon Nov 13 09:31:35 UTC 2017


We are thrilled to announce the release of:

puppet-zaqar 12.0.0: Puppet module for OpenStack Zaqar

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.0.0
^^^^^^


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

* Support using Redis as message store.


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

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

Changes in puppet-zaqar 11.3.0..12.0.0
--------------------------------------

c9ab343 Add Puppet package to bindep, for module build
e5528e7 Prepare for Queens Milestone 1
7da4e49 apache wsgi: Exchange defaults for workers and threads
37f5779 Allow setting log files for apache vhost
5691df1 Set *_domain_name vars to 'Default' by default
f0fe344 Update openstackdocstheme to latest version
200fe99 Deprecate revocation_cache_time option
4c5cf1c Use Python to compute release notes version
a868904 Add support for redis message store
7e87071 Update versions for Queens cycle
9280c82 Update reno for stable/pike
9b5fa03 Update reno>=2.5.0


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

bindep.txt                                         |  1 +
manifests/keystone/authtoken.pp                    | 32 ++++++-----
manifests/keystone/trust.pp                        |  4 +-
manifests/messaging/redis.pp                       | 31 +++++++++++
manifests/wsgi/apache.pp                           | 26 +++++++--
metadata.json                                      |  8 +--
...tion_cache_time_parameter-0a9bc588f581c61c.yaml |  4 ++
.../notes/redis_support-8a25b7ec5975e501.yaml      |  3 +
releasenotes/source/conf.py                        |  4 +-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++
spec/classes/zaqar_keystone_authtoken_spec.rb      |  7 +--
spec/classes/zaqar_messaging_redis_spec.rb         | 64 ++++++++++++++++++++++
spec/classes/zaqar_wsgi_apache_spec.rb             | 14 ++++-
test-requirements.txt                              |  5 +-
15 files changed, 174 insertions(+), 36 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