yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #70016
[Bug 1733186] Re: Snapshot table in Admin volume detail does not show snapshots for different project
Reviewed: https://review.openstack.org/521367
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=17b7e91472c530de4ae61abc5b97db0d5ea4b428
Submitter: Zuul
Branch: master
commit 17b7e91472c530de4ae61abc5b97db0d5ea4b428
Author: Akihiro Motoki <amotoki@xxxxxxxxx>
Date: Sun Nov 19 12:49:53 2017 +0000
Show volume snapshots in admin volume detail page
To show volume snapshots from different projects,
we need to specify all_tenants=True to the list operation.
Also fixes an issue that the actions in the snapshots table
in the admin volume detail page refer to the project dashboard.
Change-Id: I8dc50625e0e84fd2ce81d731bd54cbd0e08b100d
Closes-Bug: #1733186
** 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/1733186
Title:
Snapshot table in Admin volume detail does not show snapshots for
different project
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
If a volume belongs to a different project from the current project,
the snapshot tables in the admin volume detail shows no volume
snapshots even if the volume has a volume snapshot.
Procedure to reproduce the bug with DevStack.
- Login as 'demo' project (with user 'demo')
- Go to Project/Volumes
- Create a volume 'vol1'
- Create a volume snapshot from the volume 'vol1'
- Re-Login as 'admin' project (with user 'admin')
- Go to Admin/Volumes/vol1 (volume detail page) and open 'Snapshots' tab
- No snapshot is displayed in the snapshot table
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1733186/+subscriptions
References