[release-announce] puppet-keystone 17.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 24 13:49:43 UTC 2020


We are delighted to announce the release of:

puppet-keystone 17.1.0: Puppet module for OpenStack Keystone

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/puppet-keystone

Download the package from:

    https://tarballs.openstack.org/puppet-keystone/

Please report issues through:

    https://bugs.launchpad.net/puppet-keystone/+bugs

For more details, please see below.

17.1.0
^^^^^^


Upgrade Notes
*************

* The following deprecated options for PKI token have been removed.

  * "keystone::cache_dir"

  * "keystone::resource::authtoken::hash_algorithms"

  * "keystone::resource::authtoken::check_revocations_for_cached"


Deprecation Notes
*****************

* The use of keystone-public-keystone-admin for the keystone service
  name is deprecated, please use simply keystone instead.

* The "keystone::federation::mellon::trusted_dashboards" has been
  removed.


Bug Fixes
*********

* Fixed a bug where the keystone::resource::authtoken resource would
  not install the proper python memcache bindings when using python3.

Changes in puppet-keystone 16.3.0..17.1.0
-----------------------------------------

351a390 Prepare Victoria M1
ca063bf Remove deprecated options for pki token
a097b63 Switch to newer openstackdocstheme and reno versions
c55a59d Update Puppet requirement to >= 6.0.0
1569d89 Deprecate $service_name = keystone-public-keystone-admin
3fa63db Install the correct memcache bindings for py3
f4f18ec Remove unnecessary puppet-rabbitmq from dependencies
8ab7ef4 Remove password hash generation in each puppet modules
252e349 Update doc to reflect code
99594a0 Bump version for the start of Victoria
20f8047 Bump reno to 2.5.0
004f615 [ussuri][goal] Add CONTRIBUTING.rst
e6edf42 Add CentOS8 to nodesets
35e4cb2 Use anchor to require necessary packages
c96b528 Runs on Debian 10.
c73759e Bump openstackdocstheme to 1.30.0
648f1b1 Fix rabbitmq version in metadata
1c7c380 Change rpsec to rspec
46bf71a Update master for stable/ussuri
8ba6471 Remove keystone::federation::mellon::trusted_dashboards
6382396 Fix broken unit tests because of list in notification drivers


Diffstat (except docs and test files)
-------------------------------------

CONTRIBUTING.rst                                   | 19 ++++++++++
README.md                                          |  2 +-
lib/puppet_x/keystone_config/ini_setting.rb        |  4 +--
manifests/db/mysql.pp                              |  2 +-
manifests/db/postgresql.pp                         | 10 +++---
manifests/federation/mellon.pp                     | 20 -----------
manifests/init.pp                                  | 42 +++++++++++-----------
manifests/params.pp                                |  2 +-
manifests/resource/authtoken.pp                    | 30 ----------------
metadata.json                                      | 18 +++-------
.../cleanup-deprecated-pki-a083ebdce715569e.yaml   |  8 +++++
...one-public-keystone-admin-aede2b6d3d93871c.yaml |  5 +++
.../memcache-package-pyvers-a3db976c1a881dcf.yaml  |  5 +++
...mellon-trusted_dashboards-c876d52588ed71da.yaml |  4 +++
releasenotes/source/conf.py                        |  8 ++---
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 ++++
spec/acceptance/nodesets/nodepool-centos8.yml      | 10 ++++++
spec/classes/keystone_db_mysql_spec.rb             | 16 ++++-----
spec/classes/keystone_db_postgresql_spec.rb        | 11 +++---
spec/classes/keystone_federation_mellon_spec.rb    |  5 ---
spec/classes/keystone_init_spec.rb                 |  2 +-
spec/defines/keystone_resource_authtoken_spec.rb   | 10 +++++-
spec/unit/type/keystone_config_spec.rb             | 19 ++--------
25 files changed, 128 insertions(+), 137 deletions(-)







More information about the Release-announce mailing list