summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
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 /doc/source/command-objects
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 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/image.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index 94745e06..61872ec4 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -168,6 +168,7 @@ List available images
[--long]
[--sort <key>[:<direction>]]
[--limit <limit>]
+ [--marker <marker>]
.. option:: --public
@@ -200,6 +201,11 @@ List available images
Maximum number of images to display.
+.. option:: --marker <marker>
+
+ The last image (name or ID) of the previous page. Display list of images
+ after marker. Display all images if not specified.
+
image save
----------