Replace outdated v1 image identifier with v2. Closes-Bug: #1999257 Change-Id: I40dd3c448406b13316466f3d9748cbdd726bd3ca Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.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>/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.