summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/image.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-02 19:05:15 +0000
committerGerrit Code Review <review@openstack.org>2018-04-02 19:05:15 +0000
commit972a345014a177b0db83272f609ae28a5b23cf68 (patch)
tree38d9a4f15930ec4af8152016946eea0c82206fb1 /doc/source/cli/command-objects/image.rst
parent5ed81c5a77db4d20566799ddd8885091e5b441fd (diff)
parent79577681d88e4851d4d32482e80d43ed9aa0f521 (diff)
downloadpython-openstackclient-972a345014a177b0db83272f609ae28a5b23cf68.tar.gz
Merge "Add support to list image members"
Diffstat (limited to 'doc/source/cli/command-objects/image.rst')
-rw-r--r--doc/source/cli/command-objects/image.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst
index e2257bbb..f0b5bfaa 100644
--- a/doc/source/cli/command-objects/image.rst
+++ b/doc/source/cli/command-objects/image.rst
@@ -266,6 +266,22 @@ List available images
*Image version 2 only*
+image member list
+-----------------
+
+List projects associated with image
+
+.. program:: image member list
+.. code:: bash
+
+ openstack image member list
+ <image>
+
+.. _image_member_list-image:
+.. describe:: <image>
+
+ Image(s) to view members for (name or ID)
+
image remove project
--------------------