We are glad to announce the release of: puppet-tacker 11.0.0: Puppet module for OpenStack Tacker This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-tacker/ 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. * Add new parameter "notification_driver", driver or drivers to handle sending notifications. Changes in puppet-tacker 10.3.0..11.0.0 --------------------------------------- 360fe8f Drop -dev for release prep b0caa55 oslo log: check puppet resource instead of actual config in spec 62c76ff Update test-requirements.txt fc5b535 Add bindep support 5632289 Fix ci 01b5c58 Fix typo 013ab25 Add notifications parameters 31d276f Prepare Pike metadata 8fd0766 Remove rpc_backend check for amqp 300851b Add control_exchange and rpc_response_timeout options e068df2 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- bindep.txt | 2 + manifests/init.pp | 41 +++++- metadata.json | 138 ++++++++++----------- ...saging_default_parameters-871a35ef9813582d.yaml | 7 ++ ...g_notification_parameters-183a35d7635f9227.yaml | 9 ++ releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/classes/tacker_init_spec.rb | 48 ++++--- spec/classes/tacker_logging_spec.rb | 88 ++++++------- test-requirements.txt | 11 +- 11 files changed, 218 insertions(+), 145 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