[puppet] puppet-sahara 10.2.0 (ocata)
We are psyched to announce the release of: puppet-sahara 10.2.0: Puppet module for OpenStack Sahara This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-sahara/ For more details, please see below. 10.2.0 ^^^^^^ Deprecation Notes * The 'enable' option has been removed from sahara, so sahara::notify::enable_notifications will be removed. The 'level' option does not exist in the oslo.messaging, so we will remove sahara::notify::notification_level. Changes in puppet-sahara 10.1.0..10.2.0 --------------------------------------- 9395cae Add oslo::db to dependency chain 5bc7ce9 Fix typo in sahara_api_paste_ini_spec.rb 867eae5 Pin reno version to reno>=0.1.1,!=2.0.0 5e99815 Deprecated enable_notifications and notification_level Diffstat (except docs and test files) ------------------------------------- manifests/deps.pp | 4 +++ manifests/notify.pp | 37 ++++++++++++++-------- ...-enable-notifications-opt-04f02fc287db8dd7.yaml | 7 ++++ spec/classes/sahara_notify_spec.rb | 12 +++---- spec/unit/type/sahara_api_paste_ini_spec.rb | 2 +- test-requirements.txt | 3 +- 6 files changed, 41 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bedd666..baa2346 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache-2.0 +# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 +reno>=0.1.1,!=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org