python-novaclient/releasenotes/notes/microversion-v2_35-537619a43278fbb5.yaml
Pavel Kholkin d166968eac Microversion 2.35 adds keypairs pagination support
After this microversion novaclient allows to get several keypairs
with the help of new optional parameters 'limit' and 'marker'
which were added to keypair-list command.

Implements blueprint: keypairs-pagination

Change-Id: I659d9528cbf64481bd2b3f99008a57287404854e
2016-08-05 12:15:29 +03:00

5 lines
196 B
YAML

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