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

no-reply at openstack.org no-reply at openstack.org
Wed Jul 26 18:50:34 UTC 2017


We are amped to announce the release of:

puppet-zaqar 11.2.0: Puppet module for OpenStack Zaqar

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.2.0
^^^^^^

Upgrade Notes

* Deprecated keystone authtoken signing_dir option is removed in
  Pike.

Changes in puppet-zaqar 11.1.0..11.2.0
--------------------------------------

fe32e6c Drop -dev version for Pike M3
9b0dd8f Allow configuration of trust notifier
da03e1d Update URLs in documents according to document migration
2cd91e4 Fix unit tests
610d9bc Expose websocket notification settings
673da3b Remove deprecated keystone authtoken signing_dir option
9c436ae changed author
531bc1e Fix openstackdocstheme
cc84c8f Switch from oslosphinx to openstackdocstheme
03ec6b4 include policy class in api.pp
3a4971b Add environment variable
be53101 Bump version for Pike M3 Dev
42d55f6 Update global requirements
feb777a change http to https in puppet-zaqar


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

README.md                                          |   2 +-
manifests/init.pp                                  |   1 +
manifests/keystone/authtoken.pp                    |  12 ---
manifests/keystone/trust.pp                        |  51 ++++++++++
manifests/server.pp                                |   1 +
manifests/transport/websocket.pp                   |  18 +++-
metadata.json                                      |   8 +-
...ystone_signing_dir_option-a7428d6b354975d2.yaml |   3 +
releasenotes/source/conf.py                        |  18 ++--
setup.cfg                                          |   4 +-
spec/classes/zaqar_keystone_trust_spec.rb          |  41 ++++++++
spec/classes/zaqar_server_spec.rb                  |   1 +
spec/classes/zaqar_transport_websocket_spec.rb     |   4 +
spec/classes/zaqar_wsgi_apache_spec.rb             | 110 ++++++++-------------
test-requirements.txt                              |   6 +-
tox.ini                                            |   2 +-
16 files changed, 180 insertions(+), 102 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