Remove qcow2 from supported vbox volume backings

We can handle raw and vdi images right now
This commit is contained in:
Anders Ingemann 2013-11-21 17:23:13 +01:00
parent 2e29ac0f93
commit 0fac91c2fc

View file

@ -8,7 +8,7 @@
"properties": { "properties": {
"backing": { "backing": {
"type": "string", "type": "string",
"enum": ["raw", "vdi", "qcow2"] "enum": ["raw", "vdi"]
}, },
"partitions": { "partitions": {
"type": "object", "type": "object",