c028c2d23e
This brings the Images API Reference to the glance tree as part of the effort described here: https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan This patch contains the content of the Images v2 API reference converted to RST. The content has been corrected where I noticed divergences with reality (which actually happened a lot, so this patch contains a lot of revisions). Tasks and metadefs are submitted as separate patches. Change-Id: If69c469da7f28f090a2286ec0b115d9bcaac4fbf Closes-Bug: #1550457 Closes-Bug: #1589264 Closes-Bug: #1592715
23 lines
649 B
JSON
23 lines
649 B
JSON
{
|
|
"status": "queued",
|
|
"name": "Ubuntu",
|
|
"tags": [],
|
|
"container_format": "bare",
|
|
"created_at": "2015-11-29T22:21:42Z",
|
|
"size": null,
|
|
"disk_format": "raw",
|
|
"updated_at": "2015-11-29T22:21:42Z",
|
|
"visibility": "private",
|
|
"locations": [],
|
|
"self": "/v2/images/b2173dd3-7ad6-4362-baa6-a68bce3565cb",
|
|
"min_disk": 0,
|
|
"protected": false,
|
|
"id": "b2173dd3-7ad6-4362-baa6-a68bce3565cb",
|
|
"file": "/v2/images/b2173dd3-7ad6-4362-baa6-a68bce3565cb/file",
|
|
"checksum": null,
|
|
"owner": "bab7d5c60cd041a0a36f7c4b6e1dd978",
|
|
"virtual_size": null,
|
|
"min_ram": 0,
|
|
"schema": "/v2/schemas/image"
|
|
}
|