[puppet] puppet-barbican 10.2.0 (ocata)
We exuberantly announce the release of: puppet-barbican 10.2.0: Puppet module for Barbican This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-barbican/ For more details, please see below. 10.2.0 ^^^^^^ New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. * Add the ability to configure the oslo messaging notification options via barbican::api::notification_transport_url, barbican::api::notification_driver, and barbican::api::notification_topics Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. Changes in puppet-barbican 10.1.0..10.2.0 ----------------------------------------- ae3f751 Prepare 10.2.0 release eeb2aa8 Allow python-memcache install from authtoken class 3464442 Deprecate signing_dir option c784b94 Pin reno version to reno>=0.1.1,!=2.0.0 64b2553 Add customization for wsgi process display name c684aea Add oslo_messaging_notifications support c2729fc Unknown variable: '::barbican::database_pool_size' 795904f Add test for sync Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 22 ++++++ manifests/db.pp | 1 - manifests/keystone/authtoken.pp | 24 +++++-- manifests/wsgi/apache.pp | 80 ++++++++++++---------- metadata.json | 8 +-- ...n_manage_memcache_package-7410646a7d6bb8a1.yaml | 3 + ...ate_signing_dir_parameter-87135a9713d2345f.yaml | 4 ++ ...otification_transport_url-ff4afeed02b55280.yaml | 5 ++ releasenotes/source/conf.py | 4 +- spec/classes/barbican_api_spec.rb | 9 +++ spec/classes/barbican_db_sync_spec.rb | 62 +++++++++++++++++ spec/classes/barbican_keystone_authtoken_spec.rb | 8 ++- spec/classes/barbican_wsgi_apache_spec.rb | 25 +++++-- test-requirements.txt | 3 +- 14 files changed, 199 insertions(+), 59 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