We are overjoyed to announce the release of: puppet-magnum 11.3.0: Puppet module for Magnum This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-magnum/ For more details, please see below. 11.3.0 ^^^^^^ New Features ************ * Added configuration option to allow configuring a user trust for clusters which can be accessed at magnum::keystone::domain::cluster_user_trust Deprecation Notes ***************** * magnum::rpc_backend is deprecated and will be removed in a future release. Please use magnum::default_transport_url instead. Changes in puppet-magnum 11.2.0..11.3.0 --------------------------------------- f8dd9a0 Prepare for official Pike release 008810d Deprecate oslo.messaging rpc_backend option parameter b45fc1b Bump modules to next minor with -dev f739aa3 Allow setting of the DB sync command path d3dd332 Update openstackdocstheme>=1.16.0 0f8b9f0 Allow cluster user trusts to be configured Diffstat (except docs and test files) ------------------------------------- manifests/db/sync.pp | 7 ++- manifests/init.pp | 56 ++++++++++++---------- manifests/keystone/domain.pp | 5 ++ metadata.json | 8 ++-- ...enable-cluster-user-trust-49bc0abdc8504532.yaml | 4 ++ ...ate_rpc_backend_parameter-1f01d048fe9497fc.yaml | 4 ++ releasenotes/source/conf.py | 4 +- spec/classes/magnum_db_sync_spec.rb | 24 ++++++++++ spec/classes/magnum_init_spec.rb | 1 - spec/classes/magnum_keystone_domain_spec.rb | 2 + test-requirements.txt | 2 +- 11 files changed, 82 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0