summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
authorNobuto Murata <nobuto.murata@canonical.com>2018-04-30 14:32:08 +0900
committerDean Troyer <dtroyer@gmail.com>2018-07-24 22:48:01 +0000
commit860639a548a2c07193662cd361432cb5061c2a7f (patch)
tree906a3076b309926b2a1e5c0de2328481d6cbda2d /doc/source/cli
parente4b8c31cd399f469b3378069187614763c24451d (diff)
downloadpython-openstackclient-860639a548a2c07193662cd361432cb5061c2a7f.tar.gz
Support --community in openstack image list
"--community" was added to "image create" and "image set" previously, but was missed in "image list". Change-Id: I959fdd7f67ae62c8326659ce52389228152ec019 Story: 2001925 Task: 14453
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/command-objects/image.rst8
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