summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-02 01:15:25 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-03 14:04:50 +0800
commit499369329c493f9734248393ff19a82b5e224078 (patch)
treedaf96200c419209314d485be0cfbacada85eaab6 /releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml
parent581280386533f8780a8d2e73495d3eff38c9ad50 (diff)
downloadpython-openstackclient-499369329c493f9734248393ff19a82b5e224078.tar.gz
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
Diffstat (limited to 'releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml')
-rw-r--r--releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml b/releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml
index 56b502eb..eabe420b 100644
--- a/releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml
+++ b/releasenotes/notes/bug-1540988-17841cfd5accf7f5.yaml
@@ -4,3 +4,6 @@ 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>`_]