diff options
| author | Zuul <zuul@review.openstack.org> | 2018-07-25 02:49:02 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-07-25 02:49:02 +0000 |
| commit | cc037e22a6fa0f35b5a9d8c66a357596ad4b2177 (patch) | |
| tree | d1ba067e1620bd8d893c113dfacfa0947521d7e3 /doc/source/cli/command-objects/image.rst | |
| parent | 6469d86522f16a12e3437b70dc5f68a67314c691 (diff) | |
| parent | 860639a548a2c07193662cd361432cb5061c2a7f (diff) | |
| download | python-openstackclient-cc037e22a6fa0f35b5a9d8c66a357596ad4b2177.tar.gz | |
Merge "Support --community in openstack image list"
Diffstat (limited to 'doc/source/cli/command-objects/image.rst')
| -rw-r--r-- | doc/source/cli/command-objects/image.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst index a09a8d9f..95486e33 100644 --- a/doc/source/cli/command-objects/image.rst +++ b/doc/source/cli/command-objects/image.rst @@ -205,7 +205,7 @@ List available images .. code:: bash openstack image list - [--public | --private | --shared] + [--public | --private | --community | --shared] [--property <key=value>] [--name <name>] [--status <status>] @@ -223,6 +223,12 @@ List available images List only private images +.. option:: --community + + List only community images + + *Image version 2 only.* + .. option:: --shared List only shared images |
