We are thrilled to announce the release of: puppet-congress 11.0.0: Puppet module for OpenStack Congress This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-congress/ For more details, please see below. 11.0.0 ^^^^^^ New Features * Add new parameter "notification_topics", AMQP topic used for OpenStack notifications. * Add new parameter "notification_driver", driver or drivers to handle sending notifications. Value can be a string or a list. Changes in puppet-congress 10.3.0..11.0.0 ----------------------------------------- 0ad0eb0 Prepare Pike metadata 306f7ad oslo db: check puppet resource instead of actual config in spec e423b3c Drop -dev for release prep b02e9b5 Update test-requirements.txt afc6bdf oslo log: check puppet resource instead of actual config in spec 0adb846 Add bindep support b412621 Fix ci 7689812 Fix typo a8e8f6b Remove rpc_backend check for amqp 70101e9 Add notification_driver and notification_topics option 5986e5f Adding acceptance test to Red Hat family 2bfc1e3 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- bindep.txt | 2 + manifests/init.pp | 13 ++ metadata.json | 138 ++++++++++----------- ...g_notification_parameters-71a194ef982371d6.yaml | 6 + releasenotes/source/conf.py | 4 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/acceptance/basic_congress_spec.rb | 57 ++++----- spec/classes/congress_db_spec.rb | 48 +++---- spec/classes/congress_init_spec.rb | 48 ++++--- spec/classes/congress_logging_spec.rb | 88 ++++++------- test-requirements.txt | 10 +- 12 files changed, 224 insertions(+), 197 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index baa2346..1ea50a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,5 @@ -# 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 +# 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 @@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1,!=2.0.0 # Apache-2.0 +reno>=1.8.0,!=2.0.0 # Apache-2.0