python-openstackclient/releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml
Tang Chen 499369329c Add --marker option to "image list" command
Users could specify the last image (name or ID) of the previous page with
--marker option to control the start image of the output.

Change-Id: Idca0235ee83b1226b00c89cf3d38500fa898b7d0
Closes-Bug: #1540988
2016-02-03 14:04:50 +08:00

10 lines
317 B
YAML

---
features:
- |
Add ``--limit`` option to ``image list`` to limit the number of images
in output.
[Bug `1540988 <https://bugs.launchpad.net/bugs/1540988>`_]
- |
Add ``--marker`` option to ``image list`` to handle paginate requests.
[Bug `1540988 <https://bugs.launchpad.net/bugs/1540988>`_]