[new][puppet] puppet-keystone 9.2.0 release (newton)
We are eager to announce the release of: puppet-keystone 9.2.0: Puppet module for OpenStack Keystone This release is part of the newton release series. For more details, please see below. 9.2.0 ^^^^^ New Features ************ * Ensure parameter was added to service identity resource to allow control of keystone types within resource. * allows configuring cors settings. Upgrade Notes ************* * All keystone-manage execs are performed now only by keystone user. Deprecation Notes ***************** * Fernet token is recommended in Mitaka release. The default for token_provider will be changed to Fernet in O release. Bug Fixes ********* * Fixed the keystone::wsgi::apache parameters for supplying custom admin and public wsgi scripts. Changes in puppet-keystone 9.1.0..9.2.0 --------------------------------------- afe07b4 Prepare 9.2.0 (newton b3) 8497b75 Revert "Fix ldap_backend and puppet 4.6" 6f44f6f Move other-requirements.txt to bindep.txt 2f76f68 Fix ldap_backend and puppet 4.6 f3a544c Add log directory to .gitignore b846cf7 Add CORS settings cb272c4 don't hardcode keystone-package tag to memcached package 63284ab Fix typo in resource test c0fcdb5 Changes around keystone-manage commands c4e4200 Change names of token drivers in init.pp 9e3e802 authtoken: allow memcached_servers to be empty or os_service_default f79ffef Add ensure parameter to service identity resource ade1aad Add option to enable Keystone's SSL middleware 3abfc01 Add a warning to use Fernet as token c39780f Include openstacklib defaults manifest. e6c5359 Make admin and public scripts configurable Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + bindep.txt | 0 manifests/cors.pp | 58 ++++++++++++++++++++++ manifests/db/sync.pp | 11 ++-- manifests/init.pp | 37 +++++++++++--- manifests/params.pp | 1 + manifests/resource/authtoken.pp | 8 ++- manifests/resource/service_identity.pp | 19 ++++--- manifests/wsgi/apache.pp | 11 ++-- metadata.json | 6 +-- other-requirements.txt | 0 ..._keystone_manage_commands-5bbf256bb24c0a81.yaml | 3 ++ ...ecated_uuid_default_token-33090f377b0086b7.yaml | 3 ++ ...service_identity_resource-610076e4902c23ec.yaml | 3 ++ .../notes/fix-wsgi-params-366be2d75d6792c8.yaml | 4 ++ .../notes/keystone_cors-00694edf25d53324.yaml | 3 ++ releasenotes/source/conf.py | 4 +- spec/classes/keystone_cors_spec.rb | 49 ++++++++++++++++++ spec/classes/keystone_db_sync_spec.rb | 40 +++++++++++---- spec/classes/keystone_spec.rb | 56 ++++++++++++++++++--- spec/classes/keystone_wsgi_apache_spec.rb | 41 +++++++++++++++ spec/defines/keystone_resource_authtoken_spec.rb | 4 +- .../keystone_resource_service_identity_spec.rb | 39 +++++++++++++++ 23 files changed, 353 insertions(+), 48 deletions(-)
participants (1)
-
no-reply@openstack.org