We are ecstatic to announce the release of: puppet-mistral 11.0.0: Puppet module for OpenStack Mistral This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-mistral/ 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. Changes in puppet-mistral 10.3.0..11.0.0 ---------------------------------------- 68eb722 oslo db: check puppet resource instead of actual config in spec 59d42df Drop -dev for release prep abc1883 oslo log: check puppet resource instead of actual config in spec 2cba318 Update test-requirements.txt 1de592a Fix typo 19029be rabbitmq SSL: check puppet resource instead of actual config 4f46a0f Prepare Pike metadata 8629546 Add notification_driver and notification_topics options a713d7d Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 13 ++ metadata.json | 146 ++++++++++----------- ...g_notification_parameters-a569813623df3529.yaml | 6 + releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/classes/mistral_db_spec.rb | 42 +++--- spec/classes/mistral_init_spec.rb | 44 +++---- spec/classes/mistral_logging_spec.rb | 101 +++++++------- test-requirements.txt | 10 +- 10 files changed, 208 insertions(+), 173 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