Newton Series Release Notes¶
9.5.0¶
New Features¶
Passes parameter to keystone authtoken define to manage python-memcache package install.
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
9.1.0¶
Bug Fixes¶
The keystone auth class has been updated to provide a default service_name to allow a user to specify a custom auth_name that may not contain the name of the service.
9.0.0¶
Prelude¶
This is the first release of puppet-zaqar, that allows to deploy OpenStack messaging service.
New Features¶
Deploy zaqar server
Transport support for websocket and wsgi.
Messaging support for mongodb.
Manage Keystone resources to deploy Zaqar.
Manage Database resources to deploy Zaqar.
Switch to puppet-oslo resource usage (instead of manual configuration file editing).
Release notes are no longer maintained by hand, we now use the reno tool to manage them.
Other Notes¶
Drop all Qpid support, it was removed from Oslo in Mitaka.