summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-11 22:28:06 +0000
committerGerrit Code Review <review@openstack.org>2017-01-11 22:28:06 +0000
commit08fc39e9b029bc4955402bed703af210e537ecaf (patch)
tree730d4c588e62ba0e585f0af8cfc6fb9e1acdd8a2 /doc/source/command-objects
parente2f745b69279b2f3570b53c3884507c48ee63eb1 (diff)
parentf055fe67c11fff020ae959b1672844aaff382491 (diff)
downloadpython-openstackclient-08fc39e9b029bc4955402bed703af210e537ecaf.tar.gz
Merge "Add support for Glance 'update image members' feature"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/image.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index 7ebcb54a..999842af 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -325,6 +325,7 @@ Set image properties
[--ramdisk-id <ramdisk-id>]
[--activate|--deactivate]
[--project <project> [--project-domain <project-domain>]]
+ [--accept | --reject | --pending]
<image>
.. option:: --name <name>
@@ -490,6 +491,36 @@ Set image properties
.. versionadded:: 2
+.. option:: --accept
+
+ Accept the image membership.
+
+ If `--project` is passed, this will update the membership status for the
+ given project, otherwise `--project` will default to the project the user
+ is authenticated to.
+
+ .. versionadded:: 2
+
+.. option:: --reject
+
+ Reject the image membership.
+
+ If `--project` is passed, this will update the membership status for the
+ given project, otherwise `--project` will default to the project the user
+ is authenticated to.
+
+ .. versionadded:: 2
+
+.. option:: --pending
+
+ Reset the image membership to 'pending'.
+
+ If `--project` is passed, this will update the membership status for the
+ given project, otherwise `--project` will default to the project the user
+ is authenticated to.
+
+ .. versionadded:: 2
+
.. _image_set-image:
.. describe:: <image>