Add user id to Compute Instances filter
Bug #1841695 reported by
Gary W. Smith
on 2019-08-28
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Dashboard (Horizon) |
Undecided
|
Unassigned |
Bug Description
The pulldown filter at the top of the Compute / Instance page supports filtering on a number of different fields, but does not include the user id. That is particularly painful in installations where many users are in the same project with many instances (in this thousand), and trying to find the instance(s) created by the current user can be quite tedious, if not impossible, since the user id is not even shown in the instance details page.
This is unfortunate since nova is already returning the user_id field in the row data, so filtering by user id would be fairly easy.
OpenStack Infra (hudson-openstack)
on 2019-08-30
Changed in horizon: | |
assignee: | nobody → Gary W. Smith (gary-w-smith) |
status: | New → In Progress |
Akihiro Motoki (amotoki) wrote : | #1 |
Akihiro Motoki (amotoki) wrote : | #2 |
Clearing the assignee due to long inactivity.
Changed in horizon: | |
status: | In Progress → Confirmed |
assignee: | Gary W. Smith (gary-w-smith) → nobody |
To post a comment you must log in.
Nova API supports filtering by user_id in /servers and /servers/detail API in Nova API 2.83. This happens in Ussuri, so I think we can implement it now. Up to train, we need to do this after retrieving a list of servres (in the horizon code).