[release-announce] [puppet] puppet-manila 12.2.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 25 20:12:32 UTC 2018


We are psyched to announce the release of:

puppet-manila 12.2.0: Puppet module for OpenStack Manila

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

12.2.0
^^^^^^

New Features

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

* Support for policy.json configuration has been implemented in the
  same way as other modules with manila::policy class.

Changes in puppet-manila 12.1.0..12.2.0
---------------------------------------

f56373e Prepare for Queens Milestone 3
f963cc4 Remove pinned versions from test-requirements.txt
6c0762e Add use_journal option for logging configuration
f668a73 Add support for Manila policy.json
7fdfbf6 Run puppet-openstack-beaker-jobs


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

.zuul.yaml                                         |  1 +
manifests/api.pp                                   |  1 +
manifests/logging.pp                               |  6 +++
manifests/params.pp                                |  1 +
manifests/policy.pp                                | 46 ++++++++++++++++++++++
metadata.json                                      | 10 ++---
...ournal-option-for-logging-b646bbb366ef8438.yaml |  5 +++
.../notes/policy-json-50a35d8dcfd6e5a9.yaml        |  5 +++
spec/classes/manila_api_spec.rb                    |  9 +++++
spec/classes/manila_logging_spec.rb                |  3 ++
spec/classes/manila_policy_spec.rb                 | 42 ++++++++++++++++++++
test-requirements.txt                              |  6 +--
12 files changed, 127 insertions(+), 8 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 8db5c0d..aa9dd6b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,2 +2,2 @@
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx # BSD
+openstackdocstheme # Apache-2.0
@@ -6 +6 @@ openstackdocstheme>=1.17.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno # Apache-2.0






More information about the Release-announce mailing list