cinder/releasenotes/notes/bug-1860100-8c542363def7d408.yaml
Rajat Dhasmana 41b0eb2351 Support volume transfer name filters
The `name` filter for volume transfer is not currently recognized by the
API. Instead, it allowed filtering on 'display_name', which is not the
actual name of any attribute of the resource.
This patch adds the support for it while secretly continuing to
support `display_name` as a valid filter so as not to break people who
have figured out the workaround.

Change-Id: I6a4d12d5dd55080e9aa73027ed82d3bf13855e28
Closes-Bug: #1860100
2020-02-07 06:30:42 +00:00

7 lines
257 B
YAML

---
fixes:
- |
The volume-transfers list calls (``GET /v3/{project_id}/volume-transfers``,
``GET /v3/{project_id}/volume-transfers/detail``) were not recognizing ``name``
as a filterable attribute. That has been fixed in the current release.