We are chuffed to announce the release of: puppet-keystone 11.3.0: Puppet module for OpenStack Keystone This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-keystone/ For more details, please see below. 11.3.0 ^^^^^^ New Features ************ * Added parameters for advanced configuration of httpd access and error logs destinations, like syslog (see *mod_syslog*). Note that this feature requires Apache2 >= 2.5.0. Lesser versions do not provide the required *mod_syslog* module. Bug Fixes ********* * issue with python-ldappool and python-ldap uninstalling each other each run. Changes in puppet-keystone 11.2.0..11.3.0 ----------------------------------------- 305c91c Prepare for official Pike release 8ba0d32 fix ldap packages for keystone backend c317224 Make sure that token flush's maxdelay is a numeric value 49a6c8d Bump modules to next minor with -dev a3d852f Add vhost access/error logs file/syslog options 49cae8b Update openstackdocstheme>=1.16.0 Diffstat (except docs and test files) ------------------------------------- manifests/cron/token_flush.pp | 18 +++++----- manifests/ldap.pp | 3 +- manifests/ldap_backend.pp | 3 +- manifests/wsgi/apache.pp | 42 ++++++++++++++++++++++ metadata.json | 6 ++-- .../notes/fix_ldap_packages-3dd59f5bfa5a5bc0.yaml | 3 ++ .../notes/httpd-logs-syslog-51bff89ca52d21a1.yaml | 7 ++++ releasenotes/source/conf.py | 4 +-- spec/classes/keystone_ldap_spec.rb | 2 -- spec/classes/keystone_wsgi_apache_spec.rb | 14 ++++++++ spec/defines/keystone_ldap_backend_spec.rb | 1 - test-requirements.txt | 2 +- 12 files changed, 83 insertions(+), 22 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