We contentedly announce the release of: puppet-keystone 12.2.0: Puppet module for OpenStack Keystone This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-keystone/ For more details, please see below. 12.2.0 ^^^^^^ New Features * Adds user_description_attribute mapping support to the LDAP backend. * The security_compliance module was added, which configures the values in the security_compliance section of keystone.conf. This is useful for the SQL backend and to comply with PCI-DSS. Changes in puppet-keystone 12.1.0..12.2.0 ----------------------------------------- 5a8625e Prepare for Queens Milestone 3 2865cc7 Remove pinned versions from test-requirements.txt 23b8e80 Add group to policy management 9acf1ff Puppet class to disable the v2.0 API for Keystone through keystone-paste.ini d8b88f0 Add security_compliance manifest a55b9e4 Add user_description_attribute option 0326936 Run puppet-openstack-beaker-jobs 5de9cdd Fixed keystone misspelling Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 + manifests/disable_v2_api.pp | 33 ++++ manifests/ldap.pp | 6 + manifests/ldap_backend.pp | 178 +++++++++++---------- manifests/params.pp | 1 + manifests/policy.pp | 7 +- manifests/security_compliance.pp | 84 ++++++++++ metadata.json | 6 +- ...ser_description_attribute-1875a124def9723f.yaml | 4 + .../security-compliance-09e2702580c42e3b.yaml | 6 + spec/classes/keystone_ldap_spec.rb | 2 + spec/classes/keystone_policy_spec.rb | 7 +- spec/classes/keystone_security_compliance_spec.rb | 56 +++++++ spec/defines/keystone_ldap_backend_spec.rb | 160 +++++++++--------- test-requirements.txt | 6 +- 15 files changed, 388 insertions(+), 175 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8db5c0d..aa9dd6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx # BSD +openstackdocstheme # Apache-2.0 @@ -6 +6 @@ openstackdocstheme>=1.17.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno # Apache-2.0