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", "disk_id": "ubuntu-14.04.5_x64.iso",
"spec": { "properties": {
"options": { "type": "iso",
"type": "iso", "datastore": "default"
"datastore": "default"
},
"properties": {
}
} }
} }

View File

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