From 0a444fc949584c9ac2a555bfa9ad221913ad4779 Mon Sep 17 00:00:00 2001 From: xiexs Date: Sat, 5 Dec 2015 19:25:30 +0800 Subject: 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 --- doc/source/command-objects/image.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/source/command-objects') 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 [...] ] [--tag [...] ] + [--project-domain ] .. option:: --id @@ -127,6 +128,11 @@ Create/upload an image .. versionadded:: 2 +.. option:: --project-domain + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + .. describe:: New image name @@ -244,6 +250,7 @@ Set image properties [--os-version ] [--ramdisk-id ] [--activate|--deactivate] + [--project-domain ] .. option:: --name @@ -400,6 +407,11 @@ Set image properties .. versionadded:: 2 +.. option:: --project-domain + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + .. describe:: Image to modify (name or ID) -- cgit v1.2.1