We are psyched to announce the release of: puppet-keystone 13.1.0: Puppet module for OpenStack Keystone This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-keystone/ For more details, please see below. 13.1.0 ^^^^^^ Upgrade Notes ************* * The deprecated parameter keystone::wsgi::apache::wsgi_script_source is now removed. Please use the wsgi_public_script_source and wsgi_admin_script_source instead. * The deprecated keystone::rabbit_host, keystone::rabbit_hosts, keystone::rabbit_password, keystone::rabbit_port, keystone::rabbit_userid and keystone::rabbit_virtual_host are now removed. Please use keystone::default_transport_url instead. * The deprecated keystone::service_provider parameter is now removed. Deprecation Notes ***************** * keystone::federation::mellon::module_plugin, keystone::federation::shibboleth::module_plugin, keystone::federation::openidc::module_plugin have been deprecated and are no longer used. * The wsgi_script_ensure parameter now has NO affect and is deprecated for removal. Bug Fixes ********* * Fixed bug where it would select the wrong memcache python binding package name when installing on RedHat based operating systems. Deployments settings the manage_memcache_package to true is now working as intended. Changes in puppet-keystone 13.0.0..13.1.0 ----------------------------------------- 6d54f6a Prepare a new Rocky release 7076a89 neat: missing : in $::os_service_default bad6849 Debian is using python 3 dfb75a3 Remove deprecated service_provider parameter a0b03c5 Remove deprecated rabbit params f9cac1f authtoken cannot manage python-memcache on RedHat 15c06a7 Use openstacklib::wsgi::apache for keystone wsgi 73f863e Deprecate module_plugins 33af3f0 Missing deps for unit test of config.pp Diffstat (except docs and test files) ------------------------------------- manifests/federation/mellon.pp | 23 +- manifests/federation/openidc.pp | 23 +- manifests/federation/shibboleth.pp | 24 +- manifests/init.pp | 56 --- manifests/params.pp | 9 +- manifests/resource/authtoken.pp | 3 +- manifests/wsgi/apache.pp | 528 +++++++++------------ metadata.json | 6 +- ...-python-memcache-name-bug-e1649975f9d4ae69.yaml | 6 + .../deprecate-module_plugin-ef8159de8e019dda.yaml | 7 + ...eystone-openstacklib-wsgi-0d565551ab88906c.yaml | 8 + ...-deprecated-rabbit-params-471257fa22f85280.yaml | 6 + ...precated-service_provider-9f29158cb5bc9583.yaml | 4 + spec/classes/keystone_config_spec.rb | 2 + spec/classes/keystone_federation_mellon_spec.rb | 12 +- spec/classes/keystone_federation_openidc_spec.rb | 10 +- .../classes/keystone_federation_shibboleth_spec.rb | 14 +- spec/classes/keystone_init_spec.rb | 25 +- spec/classes/keystone_wsgi_apache_spec.rb | 476 ++++++++++--------- spec/defines/keystone_resource_authtoken_spec.rb | 23 +- 20 files changed, 592 insertions(+), 673 deletions(-)
participants (1)
-
no-reply@openstack.org