diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-07-01 00:26:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-07-01 00:26:36 +0000 |
| commit | 52af8fbc0580d86c038921f2485023d342c4cd1f (patch) | |
| tree | abcbc1a8dd1f51cec3d9e82621c5adf8ae5d68fd /doc/source/cli/command-objects | |
| parent | fc051b145bdcb53f826e396b20be9e601554948b (diff) | |
| parent | 3468ea1ca429e8b6403ae5f989cfed521d8f5690 (diff) | |
| download | python-openstackclient-52af8fbc0580d86c038921f2485023d342c4cd1f.tar.gz | |
Merge "Added 'openstack image set --visibility'"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/image.rst | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst index ec51fa93..2918452b 100644 --- a/doc/source/cli/command-objects/image.rst +++ b/doc/source/cli/command-objects/image.rst @@ -57,7 +57,7 @@ Create/upload an image [--force] [--checksum <checksum>] [--protected | --unprotected] - [--public | --private] + [--public | --private | --community | --shared] [--property <key=value> [...] ] [--tag <tag> [...] ] [--project <project> [--project-domain <project-domain>]] @@ -143,6 +143,14 @@ Create/upload an image Image is inaccessible to the public (default) +.. option:: --community + + Image is accessible to the community + +.. option:: --shared + + Image can be shared + .. option:: --property <key=value> Set a property on this image (repeat for multiple values) @@ -310,7 +318,7 @@ Set image properties [--disk-format <disk-format>] [--size <size>] [--protected | --unprotected] - [--public | --private] + [--public | --private | --community | --shared] [--store <store>] [--location <image-url>] [--copy-from <image-url>] @@ -376,6 +384,14 @@ Set image properties Image is inaccessible to the public (default) +.. option:: --community + + Image is accessible to the community + +.. option:: --shared + + Image can be shared + .. option:: --store <store> Upload image to this store |
