[new][puppet] puppet-zaqar 9.2.0 release (newton)
We are exuberant to announce the release of: puppet-zaqar 9.2.0: Puppet module for OpenStack Zaqar This release is part of the newton release series. For more details, please see below. 9.2.0 ^^^^^ New Features ************ * Configure keystonemiddleware in a consistent way with all options required for Keystone v3 * Adds a new zaqar::keystone::auth_websocket class to help create a 'messaging-websocket' Keystone endpoint. Deprecation Notes ***************** * zaqar::identity_uri is deprecated in favor of zaqar::keystone::authtoken::auth_url * zaqar::admin_user is deprecated in favor of zaqar::keystone::authtoken::username * zaqar::admin_password is deprecated in favor of zaqar::keystone::authtoken::password * zaqar::admin_tenant_name is deprecated in favor of zaqar::keystone::authtoken::project_name Changes in puppet-zaqar 9.1.0..9.2.0 ------------------------------------ 1b12730 Prepare 9.2.0 (newton b3) cbc5c8b Move other-requirements.txt to bindep.txt a95b356 Move authtoken to class 6ddcb15 Move zaqar to authtoken 24b18af Add param to set max_messages_post_size 1e4976e Include openstacklib defaults manifest. 837dad7 Add zaqar::keystone::auth_websocket Diffstat (except docs and test files) ------------------------------------- bindep.txt | 0 manifests/init.pp | 123 +++++---- manifests/keystone/auth_websocket.pp | 95 +++++++ manifests/keystone/authtoken.pp | 278 +++++++++++++++++++++ manifests/params.pp | 1 + metadata.json | 8 +- other-requirements.txt | 0 releasenotes/notes/authtoken-4957c02d0d35b01a.yaml | 12 + .../keystone_auth_websocket-c6977224866b0071.yaml | 4 + releasenotes/source/conf.py | 4 +- spec/acceptance/zaqar_mongo_spec.rb | 10 +- spec/classes/zaqar_init_spec.rb | 54 ++-- spec/classes/zaqar_keystone_auth_websocket_spec.rb | 132 ++++++++++ spec/classes/zaqar_keystone_authtoken_spec.rb | 145 +++++++++++ 14 files changed, 790 insertions(+), 76 deletions(-)
participants (1)
-
no-reply@openstack.org