diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-11 22:28:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-11 22:28:06 +0000 |
| commit | 08fc39e9b029bc4955402bed703af210e537ecaf (patch) | |
| tree | 730d4c588e62ba0e585f0af8cfc6fb9e1acdd8a2 /doc/source/command-objects | |
| parent | e2f745b69279b2f3570b53c3884507c48ee63eb1 (diff) | |
| parent | f055fe67c11fff020ae959b1672844aaff382491 (diff) | |
| download | python-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.rst | 31 |
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> |
