cinder/releasenotes/notes/delete-volume-metadata-keys-3e19694401e13d00.yaml
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

4 lines
102 B
YAML

---
features:
- Added using etags to avoid the lost update problem during deleting volume metadata.