puppet-keystone 14.1.0 (stein)
We are pumped to announce the release of: puppet-keystone 14.1.0: Puppet module for OpenStack Keystone This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-keystone/ For more details, please see below. 14.1.0 ^^^^^^ New Features * Add new parameter "amqp_durable_queues", to indicate whether to use durable queues in AMQP * Added new parameter keystone::manage_backend_package that is sent to the oslo::cache class which determines if the backend cache python library should be installed or not. Defaults to true same as oslo::cache default value. * Added new parameters password_hash_algorithm and password_hash_rounds to keystone class that can be used to configure the password hash algorithm. Changes in puppet-keystone 13.3.0..14.1.0 ----------------------------------------- 56eb5a4 Prepare Stein M1 fe6c76c Fix stdlib version in metadata ea53e3f Drop undercloud job 898ecc1 Install python3-keystoneclient in Fedora or RedHat > 7 9a125b9 Add puppet-keystone-tripleo-standalone job 7f951d9 Fix documentation for Keystone_user_role. f882e39 Add manage_backend_package parameter 92b307d Add password hash algorithm and rounds config d456896 Update min tox version to 2.0 c948359 Dissuade .gitignore references to personal tools 64cd71d switch documentation job to new PTI 24cba82 import zuul job settings from project-config f39b442 Bump version for the start of Stein 271fd61 Add the missing 'Table of Contents' in README f342d8a Update reno for stable/rocky c70a1d1 Remove PE requirement from metadata.json cb30b94 Add oslo_messaging_rabbit/amqp_durable_queues option Diffstat (except docs and test files) ------------------------------------- .gitignore | 12 +++- .zuul.yaml | 22 ++++++- README.md | 2 + .../user_project_user_role_composite_namevar.pp | 2 +- manifests/init.pp | 29 ++++++++- manifests/params.pp | 3 +- metadata.json | 14 ++-- .../add_amqp_durable_queues-12ed69721e01b67c.yaml | 4 ++ .../manage-backend-param-490db3b5bce0b3ea.yaml | 7 ++ .../notes/password-hash-algo-884cb38f8edecb6b.yaml | 5 ++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++ spec/classes/keystone_client_spec.rb | 5 +- spec/classes/keystone_db_mysql_spec.rb | 5 +- .../keystone_disable_admin_token_auth_spec.rb | 5 +- spec/classes/keystone_init_spec.rb | 76 ++++++++++++++-------- spec/classes/keystone_roles_admin_spec.rb | 1 + spec/classes/keystone_service_spec.rb | 5 +- tox.ini | 2 +- 19 files changed, 160 insertions(+), 46 deletions(-)
participants (1)
-
no-reply@openstack.org