88f802027c
Correct the JSON format of schema-image.json. Fixes issues where glance-api won't start due to invalid JSON in this file. Fixes LP Bug #1003470. Change-Id: Ibacc49f2c45e233bd6ad25b3334e013acaae8339
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"type": {
|
|
"type": "string",
|
|
"description": "The type code for the image",
|
|
"required": true,
|
|
"enum": ["kernel", "ramdisk", "filesystem", "iso9660", "disk"]
|
|
},
|
|
"format": {
|
|
"type": "string",
|
|
"description": "The format code for the image",
|
|
"required": true,
|
|
"enum": ["raw", "vhd", "vmdk", "vdi", "qcow2", "qed"]
|
|
}
|
|
}
|