glance/doc/source/common-image-properties.rst
kairat_kushaev 5814440bb9 Enhance description of instance-uuid option for image-create
Current description of instance-uuid may confuse users because
they may think that instance-uuid can serve as basis for image
but it just stores instance-uuid as image-metadata. So we need
to enhance the description in glanceclient.

Change-Id: I534709bdce588806178912fdd57fdf25bcca0449
Closes-Bug: #1496822
2016-01-18 15:14:15 +03:00

1.9 KiB

Common Image Properties

When adding an image to Glance, you may specify some common image properties that may prove useful to consumers of your image.

This document explains the names of these properties and the expected values.

The common image properties are also described in a JSON schema, found in etc/schema-image.json in the Glance source code.

architecture

Operating system architecture as specified in http://docs.openstack.org/cli-reference/content/chapter_cli-glance-property.html

instance_uuid

Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)

kernel_id

The ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.

ramdisk_id

The ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.

os_distro

The common name of the operating system distribution as specified in http://docs.openstack.org/cli-reference/content/chapter_cli-glance-property.html

os_version

The operating system version as specified by the distributor.