1c7f556d4f
This change moves existing files, updates a few of the cross-references and paths, and fixes some formatting. It is not meant to be the final word on how the main page looks or how the other files are organized, but it gets everything roughly into shape. If the glance team wants to make changes, please do those as follow-up patches This change depends on the spec and on a feature of pbr that allows us to move where the auto-generated class reference documentation ends up in the tree. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb Change-Id: I9dde267793a5913acb5b1ec028cfb66bc5189783 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
1.0 KiB
1.0 KiB
Image Identifiers
Images are uniquely identified by way of a URI that matches the following signature:
<Glance Server Location>/v1/images/<ID>
where <Glance Server Location> is the resource location of the Glance service that knows about an image, and <ID> is the image's identifier. Image identifiers in Glance are uuids, making them globally unique.