Files
glance/doc/source/user/identifiers.rst
Dmitriy Chubinidze 61c7e4cb56 [doc] Replace deprecated identifier
Replace outdated v1 image identifier with v2.

Closes-Bug: #1999257
Change-Id: I40dd3c448406b13316466f3d9748cbdd726bd3ca
Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
2026-01-11 23:41:03 +00:00

1.0 KiB

Image Identifiers

Images are uniquely identified by way of a URI that matches the following signature:

<Glance Server Location>/v2/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.