cinder/releasenotes/notes/fix-show-transfer-for-non-admins-be001d79975b325d.yaml
Rajat Dhasmana 1f733cdf2d Fix: show volume transfer by name for non-admins
When we try to show a volume transfer as a non-admin, it doesn't work.
The problem is that the 'all_tenants' key isn't parsable by the DB,
we remove it for admins but not for non-admins.
Since all_tenants is just used to redirect to the correct db method,
it should be removed for non-admins as well.

Change-Id: I79362ee6b819c6472fa5e69ea1a85a1185dda5a3
Closes-Bug: #1884268
2020-08-03 12:46:31 +00:00

6 lines
167 B
YAML

---
fixes:
- |
`Bug #1884268 <https://bugs.launchpad.net/cinder/+bug/1884268>`_:
Fixed issue where non-admin users could not show a volume transfer by name.