Add 'Instances' column to image and flavor tables
Add number of instances as a column to the image and flavor tables. This will let users know how many instances are using a particular image or flavor. Clicking on the number will take the user to a page showing which specific instances are using the given resource.
Blueprint information
- Status:
- Not started
- Approver:
- Rob Cresswell
- Priority:
- Not
- Drafter:
- Daniel Park
- Direction:
- Needs approval
- Assignee:
- Daniel Park
- Definition:
- Discussion
- Series goal:
- Accepted for future
- Implementation:
- Not started
- Milestone target:
- next
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
[Arvinder Singh, Nov 3 2016] can u please assign this to me
[Daniel Park, Nov 4 2016] Hi Arvinder, we already have an implementation and are just waiting for the blueprint to be approved.
[robcresswell 2017-02-21]
I have some concerns about how efficient this would be to build. Sounds like lot of API calls to make, and you can/should already be able to filter on the Instances page anyway.
[daniepar 2017-09-12]
It will require just one additional API call to get a list of servers, which will be cached and used for rendering the rest of the rows. As you mentioned, since filtering already exists on the instances page, that could be leveraged for the page to show when the link is clicked.