
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
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.