python-novaclient/releasenotes/notes/microversion-v2_33-10d12ea3b25839e8.yaml
Andrey Volkov 6bbcedb000 Add support for microversion 2.33
This change allows novaclient to get several hypervisors
with the help of new optional parameters 'limit' and 'marker'
which were added to hipervisor-list command.

Change-Id: Ib723fb1dc1cd57b6f796bb93e0dd8ddf2da4b2a0
2016-08-03 18:37:55 +03:00

5 lines
202 B
YAML

---
features:
- Added microversion v2.33 that adds pagination support for hypervisors with
the help of new optional parameters 'limit' and 'marker' which were added
to hypervisor-list command.