From 0fac91c2fca1321b69c259eb2212c792aca352da Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Thu, 21 Nov 2013 17:23:13 +0100 Subject: [PATCH] Remove qcow2 from supported vbox volume backings We can handle raw and vdi images right now --- providers/virtualbox/manifest-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/virtualbox/manifest-schema.json b/providers/virtualbox/manifest-schema.json index e9b1474..5fb8ebc 100644 --- a/providers/virtualbox/manifest-schema.json +++ b/providers/virtualbox/manifest-schema.json @@ -8,7 +8,7 @@ "properties": { "backing": { "type": "string", - "enum": ["raw", "vdi", "qcow2"] + "enum": ["raw", "vdi"] }, "partitions": { "type": "object",