summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-23 12:28:02 +0000
committerGerrit Code Review <review@openstack.org>2015-09-23 12:28:02 +0000
commitc71c78df9209627c2d3de324744b898acdb299ce (patch)
treea11879040ad85fae76781c4b258a5565315d5aba /doc/source/command-objects
parentb8faa8ae8702d2739ee353fa09933dbe99123b25 (diff)
parent8faabb3bbaa199cce8a52d6e6ed40b15e4a3a000 (diff)
downloadpython-openstackclient-c71c78df9209627c2d3de324744b898acdb299ce.tar.gz
Merge "Glance `image set` Resolve Fracturing"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/image.rst60
1 files changed, 59 insertions, 1 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index 8e44f517..d2698b0b 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -212,7 +212,7 @@ Save an image locally
image set
---------
-*Only supported for Image v1*
+*Image v1, v2*
Set image properties
@@ -271,6 +271,8 @@ Set image properties
Size of image data (in bytes)
+ *Image version 1 only.*
+
.. option:: --protected
Prevent image from being deleted
@@ -291,38 +293,94 @@ Set image properties
Upload image to this store
+ *Image version 1 only.*
+
.. option:: --location <image-url>
Download image from an existing URL
+ *Image version 1 only.*
+
.. option:: --copy-from <image-url>
Copy image from the data store (similar to --location)
+ *Image version 1 only.*
+
.. option:: --file <file>
Upload image from local file
+ *Image version 1 only.*
+
.. option:: --volume <volume>
Update image with a volume
+ *Image version 1 only.*
+
.. option:: --force
Force image update if volume is in use (only meaningful with --volume)
+ *Image version 1 only.*
+
.. option:: --checksum <checksum>
Image hash used for verification
+ *Image version 1 only.*
+
.. option:: --stdin
Allow to read image data from standard input
+ *Image version 1 only.*
+
.. option:: --property <key=value>
Set a property on this image (repeat for multiple values)
+ *Image version 1 only.*
+
+.. option:: --architecture <architecture>
+
+ Operating system Architecture
+
+ .. versionadded:: 2
+
+.. option:: --ramdisk-id <ramdisk-id>
+
+ ID of image stored in Glance that should be used as
+ the ramdisk when booting an AMI-style image
+
+ .. versionadded:: 2
+
+.. option:: --os-distro <os-distro>
+
+ Common name of operating system distribution
+
+ .. versionadded:: 2
+
+.. option:: --os-version <os-version>
+
+ Operating system version as specified by the distributor
+
+ .. versionadded:: 2
+
+.. option:: --kernel-id <kernel-id>
+
+ ID of image in Glance that should be used as the
+ kernel when booting an AMI-style image
+
+ .. versionadded:: 2
+
+.. option:: --instance-uuid <instance_uuid>
+
+ ID of instance used to create this image
+
+ .. versionadded:: 2
+
.. describe:: <image>
Image to modify (name or ID)