update examples

This commit is contained in:
dave 2016-12-29 00:29:29 -08:00
parent dfb8ca7c01
commit 751b814a60
2 changed files with 8 additions and 16 deletions

View File

@ -1,11 +1,7 @@
{
"disk_id": "ubuntu-14.04.5_x64.iso",
"spec": {
"options": {
"type": "iso",
"datastore": "default"
},
"properties": {
}
"properties": {
"type": "iso",
"datastore": "default"
}
}

View File

@ -1,13 +1,9 @@
{
"disk_id": "ubuntu-root.bin",
"spec": {
"options": {
"type": "qdisk",
"datastore": "default"
},
"properties": {
"size": 8192,
"fmt": "qcow2"
}
"properties": {
"type": "qdisk",
"datastore": "default",
"size": 8192,
"fmt": "qcow2"
}
}