cinder/releasenotes
Yuriy Nesenenko 54ae45264e Deleting volume metadata keys with a single request
Deleting multiple volume metadata keys with a single request to
improve performance. This patch uses etags to avoid the lost update
problem with volume metadata. To inject the response's `Etag` header
the index method returns webob.Response object with this tag.

APIImpact
Related blueprint: delete-multiple-metadata-keys
Change-Id: I575635258c10f299181b8e4cdb51a7ad1f1be764
2016-09-01 02:31:15 +03:00
..
2016-04-21 07:01:07 +00:00

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see http://docs.openstack.org/developer/cinder/devref/releasenotes.html for more details.