summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-22 13:23:30 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-23 10:41:28 +0800
commit61b9d9fe2d0c6c99d5e77361111f02a19d169782 (patch)
tree3d270fc41dde3ffe195515ef55be19f973077c3b /doc/source/command-objects
parentd20d97fd0980f77bc4cb498d802ce690ae1cc3bf (diff)
downloadpython-openstackclient-61b9d9fe2d0c6c99d5e77361111f02a19d169782.tar.gz
Add "--marker" and "--limit" options to "snapshot list"
Add "--marker" and "--limit" options to "snapshot list" command in volume v2 (v2 only). Change-Id: Ib60840b9b83dfe5e599e4037e8ec308844a9448b Closes-Bug: #1605475
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/snapshot.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/command-objects/snapshot.rst b/doc/source/command-objects/snapshot.rst
index 8ac0b6b8..ce2d9c8e 100644
--- a/doc/source/command-objects/snapshot.rst
+++ b/doc/source/command-objects/snapshot.rst
@@ -68,6 +68,9 @@ List snapshots
os snapshot list
[--all-projects]
+ [--long]
+ [--limit <limit>]
+ [--marker <marker>]
.. option:: --all-projects
@@ -77,6 +80,18 @@ List snapshots
List additional fields in output
+.. option:: --limit <limit>
+
+ Maximum number of snapshots to display
+
+ *Volume version 2 only*
+
+.. option:: --marker <marker>
+
+ The last snapshot ID of the previous page
+
+ *Volume version 2 only*
+
snapshot set
------------