[release-announce] [puppet] puppet-magnum 11.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:34:35 UTC 2017


We are thrilled to announce the release of:

puppet-magnum 11.0.0: Puppet module for Magnum

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^

New Features

* Add new parameter "control_exchange", the default exchange under
  which topics are scoped. May be overridden by an exchange name
  specified in the transport_url option.

* Add new parameter "rpc_response_timeout", seconds to wait for a
  response from a call

* Add new parameter "notification_transport_url", A URL representing
  the messaging driver to use for notifications and its full
  configuration.

* Add new parameter "notification_topics", AMQP topic used for
  OpenStack notifications.

Changes in puppet-magnum 10.3.0..11.0.0
---------------------------------------

3a3c910 oslo db: check puppet resource instead of actual config in spec
597ed34 Drop -dev for release prep
04acab3 Update test-requirements.txt
9381a22 Fix ci
6cb4e1b Fix typo
c5fca41 Prepare Pike metadata
fa0dfc7 Add notification_transport_url and notification_topics options
5599597 Update reno for stable/ocata
8bbe766 Add control_exchange and rpc_response_timeout options


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

manifests/init.pp                                  |  65 ++++++++----
metadata.json                                      | 118 ++++++++++-----------
...saging_default_parameters-7a2e871359d23561.yaml |   7 ++
...g_notification_parameters-a18945387119d67f.yaml |   7 ++
releasenotes/source/conf.py                        |  12 +--
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 ++
spec/classes/magnum_db_spec.rb                     |  40 +++----
spec/classes/magnum_init_spec.rb                   |  68 +++++++-----
spec/classes/magnum_logging_spec.rb                |   4 +-
test-requirements.txt                              |  11 +-
11 files changed, 206 insertions(+), 133 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index bedd666..1ea50a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,7 @@
-# this is required for the docs build jobs
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache-2.0
+# This is required for the docs build jobs
+sphinx>=1.5.1  # BSD
+oslosphinx>=4.7.0  # Apache-2.0
+
+# This is required for the releasenotes build jobs
+# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
+reno>=1.8.0,!=2.0.0  # Apache-2.0





More information about the Release-announce mailing list