yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46326
[Bug 1541094] Re: Volume list does not work if User does not have right to list transfers
Reviewed: https://review.openstack.org/277304
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=64499a730d215c60e36d5d8438b15770755c22e3
Submitter: Jenkins
Branch: master
commit 64499a730d215c60e36d5d8438b15770755c22e3
Author: Itxaka <iserrano@xxxxxxxxxx>
Date: Mon Feb 8 08:39:50 2016 +0100
Protect cinder list against permission issues
When listing all cinder volumes the user may not have
permissions to see the volume transfers.
This patch makes it so the call to transfer_list
is protected against Forbiden errir so the user can still
see the volume list.
Change-Id: I575ffebcd5084165e72f6e100ed43b4d3f358e98
Closes-Bug: #1541094
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1541094
Title:
Volume list does not work if User does not have right to list
transfers
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
If a User does not have the rights to list transfers and does has the
right to list volumes when you go to the Project Compute Volume
dashboard no volumes will be listed.
The code in horizon/openstack_dashboard/api/cinder.py method
volume_list_paged checks each volume transfer status and the method
throw and exception and no volume will be listed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1541094/+subscriptions
References