diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-01-21 21:04:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-01-21 21:04:04 +0000 |
| commit | 1f378a06746cbf828cff27c29f9b1d0ddadfcce6 (patch) | |
| tree | a20637c46022aa697806289c35e685b596c06e98 /doc/source/command-objects | |
| parent | f51f26868c3eb8fd0a4e624ea3066689e7f6b8a7 (diff) | |
| parent | cf2de9af79cedd51ca080f5a6521997c05647418 (diff) | |
| download | python-openstackclient-1f378a06746cbf828cff27c29f9b1d0ddadfcce6.tar.gz | |
Merge "Change --owner to --project in image commands"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index f1893efa..15286760 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -19,7 +19,6 @@ Create/upload an image [--store <store>] [--container-format <container-format>] [--disk-format <disk-format>] - [--owner <project>] [--size <size>] [--min-disk <disk-gb>] [--min-ram <ram-mb>] @@ -33,7 +32,7 @@ Create/upload an image [--public | --private] [--property <key=value> [...] ] [--tag <tag> [...] ] - [--project-domain <project-domain>] + [--project <project> [--project-domain <project-domain>]] <image-name> .. option:: --id <id> @@ -54,10 +53,6 @@ Create/upload an image Image disk format (default: raw) -.. option:: --owner <project> - - Image owner project name or ID - .. option:: --size <size> Image size, in bytes (only used with --location and --copy-from) @@ -128,11 +123,18 @@ Create/upload an image .. versionadded:: 2 +.. option:: --project <project> + + Set an alternate project on this image (name or ID). + Previously known as `--owner`. + .. option:: --project-domain <project-domain> Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. + .. versionadded:: 2 + .. describe:: <image-name> New image name @@ -225,7 +227,6 @@ Set image properties os image set [--name <name>] - [--owner <project>] [--min-disk <disk-gb>] [--min-ram <disk-ram>] [--container-format <container-format>] @@ -250,17 +251,13 @@ Set image properties [--os-version <os-version>] [--ramdisk-id <ramdisk-id>] [--activate|--deactivate] - [--project-domain <project-domain>] + [--project <project> [--project-domain <project-domain>]] <image> .. option:: --name <name> New image name -.. option:: --owner <project> - - New image owner project (name or ID) - .. option:: --min-disk <disk-gb> Minimum disk size needed to boot image, in gigabytes @@ -407,11 +404,18 @@ Set image properties .. versionadded:: 2 +.. option:: --project <project> + + Set an alternate project on this image (name or ID). + Previously known as `--owner`. + .. option:: --project-domain <project-domain> Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. + .. versionadded:: 2 + .. describe:: <image> Image to modify (name or ID) |
