nova/releasenotes/notes/pagination-for-hypervisor-9c3393cd58149791.yaml
liyingjun ec53c6c0ec Microversion 2.33 adds pagination support for hypervisors
When there are thousands of compute nodes, it would be slow to get the
whole hypervisor list, and it is bad for user experience to display
thousands of items in a table in horizon. This patch is proposed to
support pagination for hypervisor by adding `limit` and `marker` to
the list api.

Implements blueprint: pagination-for-hypervisor

Change-Id: Ie7f8b5c733b383f3e69fa23188e56257e503b5f7
2016-07-01 08:47:50 +08:00

6 lines
238 B
YAML

---
features:
- Added microversion v2.33 which adds paging support for hypervisors, the
admin is able to perform paginate query by using limit and marker to get
a list of hypervisors. The result will be sorted by hypervisor id.