diff options
| author | xiexs <xiexs@cn.fujitsu.com> | 2015-12-05 19:25:30 +0800 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-12-21 11:17:42 -0600 |
| commit | 0a444fc949584c9ac2a555bfa9ad221913ad4779 (patch) | |
| tree | 2b2b7770040c20bda0687c870c5c7d8f917fbb1f /doc/source/command-objects | |
| parent | b61104563908dbf76c0fb94b6eb46c91fe109d48 (diff) | |
| download | python-openstackclient-0a444fc949584c9ac2a555bfa9ad221913ad4779.tar.gz | |
Add owner validation for "openstack image create/set"
Owner validation is necessary if a new image owner
will be created/set.
Change-Id: I621774e02866bfa98a31b613deff5d7b6a962737
Closes-Bug: #1517134
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index 6a4782ea..f1893efa 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -33,6 +33,7 @@ Create/upload an image [--public | --private] [--property <key=value> [...] ] [--tag <tag> [...] ] + [--project-domain <project-domain>] <image-name> .. option:: --id <id> @@ -127,6 +128,11 @@ Create/upload an image .. versionadded:: 2 +.. option:: --project-domain <project-domain> + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + .. describe:: <image-name> New image name @@ -244,6 +250,7 @@ Set image properties [--os-version <os-version>] [--ramdisk-id <ramdisk-id>] [--activate|--deactivate] + [--project-domain <project-domain>] <image> .. option:: --name <name> @@ -400,6 +407,11 @@ Set image properties .. versionadded:: 2 +.. option:: --project-domain <project-domain> + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + .. describe:: <image> Image to modify (name or ID) |
