diff options
| author | xiexs <xiexs@cn.fujitsu.com> | 2015-11-17 05:16:09 -0500 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-02-03 13:42:57 +0800 |
| commit | 581280386533f8780a8d2e73495d3eff38c9ad50 (patch) | |
| tree | 4327c8be97dcb8f9209fcb2c161de33d3741a362 /doc/source/command-objects | |
| parent | 0b6fdcbe4c3f3142fdd18bfd827653d894607941 (diff) | |
| download | python-openstackclient-581280386533f8780a8d2e73495d3eff38c9ad50.tar.gz | |
Add limit option to "image list" command
This option is quite useful if there are too many images.
Change-Id: If6a901c27c5da2d1f4412e8fa9ba3bed3b72fdd9
Co-Authored-By: Tang Chen <chen.tang@easystack.cn>
Partial-Bug: #1540988
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index 15286760..94745e06 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -167,6 +167,7 @@ List available images [--property <key=value>] [--long] [--sort <key>[:<direction>]] + [--limit <limit>] .. option:: --public @@ -195,6 +196,10 @@ List available images Sort output by selected keys and directions(asc or desc) (default: asc), multiple keys and directions can be specified separated by comma +.. option:: --limit <limit> + + Maximum number of images to display. + image save ---------- |
