diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-08-12 12:29:45 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-09-11 11:23:25 +0800 |
| commit | 6986a32e1cd6d0c0bdf973e5d4e4bcb3d1f45235 (patch) | |
| tree | aca99b79e0de3165e39ce8e4376a695ad558fe5e /doc/source/command-objects | |
| parent | 676a0e9696ba7550132e4501bdbf3160608faed6 (diff) | |
| download | python-openstackclient-6986a32e1cd6d0c0bdf973e5d4e4bcb3d1f45235.tar.gz | |
Add "--limit" and "--marker" options to "volume list" command
Add ``--limit`` option to ``volume list`` command in volume v1,
add ``--limit`` and ``--marker`` options to ``volume list``
command in volume v2.
Change-Id: I327a252aa83ed84166da99cf6aa80334e0e6dd44
Partial-Bug: #1612484
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst index 8efa8a66..141c980a 100644 --- a/doc/source/command-objects/volume.rst +++ b/doc/source/command-objects/volume.rst @@ -121,6 +121,8 @@ List volumes [--status <status>] [--all-projects] [--long] + [--limit <limit>] + [--marker <marker>] .. option:: --project <project> @@ -166,6 +168,16 @@ List volumes List additional fields in output +.. option:: --limit <limit> + + Maximum number of volumes to display + +.. option:: --marker <marker> + + The last volume ID of the previous page + + *Volume version 2 only* + volume set ---------- |
