diff options
| author | Mohammed Naser <mnaser@vexxhost.com> | 2018-03-20 11:31:50 -0400 |
|---|---|---|
| committer | Mohammed Naser <mnaser@vexxhost.com> | 2018-03-21 08:56:08 -0400 |
| commit | 79577681d88e4851d4d32482e80d43ed9aa0f521 (patch) | |
| tree | c10c486b140724b83b69417cbcf535d15a5f9b8f /doc/source/cli/command-objects | |
| parent | 6361e5e121d6ea058aa1c5c20ec897929b7a9c05 (diff) | |
| download | python-openstackclient-79577681d88e4851d4d32482e80d43ed9aa0f521.tar.gz | |
Add support to list image members
The OpenStack client presently has support to add or remove members
from an image, but no way to list image members. This patch addreses
this issue.
Change-Id: Ie85c5de23c6beb21fd6b4c04c83ddf2a116606ef
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/image.rst | 16 |
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 -------------------- |
