nova/releasenotes/notes/bp-keypairs-pagination-634c46aaa1058161.yaml
Pavel Kholkin 47358449d3 Microversion 2.35 adds keypairs pagination support
After this microversion Nova API allows to get several keypairs
with the help of new optional parameters 'limit' and 'marker'
which were added to GET /os-keypairs request.

Partial-Bug: #1599904

Implements blueprint: keypairs-pagination

Change-Id: Idd3757f5be90ec4af1bd1a7ca3f9c20319dbfd33
2016-07-12 19:48:05 +03:00

6 lines
201 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 GET /os-keypairs request.