Files
python-troveclient/releasenotes/notes/paginate-config-list-c311ce3c5394d437.yaml
Duk Loi 2377c0ca55 Added limit/marker support for config group lists
Added support in the CLI for limit and marker to the
configuration-list and configuration-instances command.

Changed the python API to use the _pagination function
instead of _list.

Modified the unit tests to test this change.

Change-Id: I46d8258eab81d1510707244547e31cd5707a22ce
Closes-Bug: bug/1638352
2016-11-02 17:47:10 -04:00

4 lines
125 B
YAML

features:
- Added pagination support (limit and marker) to the CLI for
configuration-list and configuration-instances.