cinder/releasenotes
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
..
2020-01-08 06:57:01 +00:00
2017-07-25 14:24:18 -07: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 https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.