Mitaka Series Release Notes

8.3.0

New Features

  • Switch SolidFire backend parameters to $::os_service_default.

Bug Fixes

  • Added the ability to manage the memcached servers for keystone_authtoken in cinder::api

  • Fixes bug 1605368 such that the parameter sf_svip is not include when not set.

Other Notes

  • Increase code testing coverage for SolidFire backend module.

8.2.0

Upgrade Notes

  • allow to configure previously hardcoded parameters and add more options in emc vnx.

Security Issues

  • Set the permissions of the file used as backend for the test volume to 0640, to avoid giving read permissions to any user on created volumes.

8.1.0

New Features

  • Keystone v3 support is added to the cinder_type provider.

8.0.0

Prelude

This is the first Mitaka release for puppet-cinder module.

New Features

  • Add support of Block Device backend for Cinder.

  • Add Cinder API v3 support. It will activate v2 Keystone resources by default from now, allow to activate cinder v3 api, enabled by default, allow to manage Keystone resources for Cinder v3 API, enabled by default.

  • Allow customization of DEFAULT/host.

  • Support of PyMySQL driver for MySQL backend.

  • Add glance caching options for soldifire.

  • Release notes are no longer maintained by hand, we now use the reno tool to manage them.

Deprecation Notes

  • Drop deprecated parameters for authentification to use identity_uri and auth_uri by default.

  • cluster_id parameter is deprecated.

  • Remove code deprecated in liberty cycle.

  • Remove QPID messaging support. Qpid messaging driver is removed from oslo.messaging so we won’t support anymore.

Bug Fixes

  • Fixes bug 1526533 so we’re able to deploy multiple RBD backends with multiple users.

Other Notes

  • Replace defines for managing cinder types with providers. It replaces Exec resources bu Ruby providers using openstacklib.