Require hostname setting for vagrant plugin

Also, fix reference to vbox src to a revision
This commit is contained in:
Anders Ingemann 2014-05-03 11:02:29 +02:00
parent 056f1968c1
commit aad9bc69c4

View file

@ -7,6 +7,9 @@
"type": "string", "type": "string",
"enum": ["virtualbox"] "enum": ["virtualbox"]
}, },
"system": {
"required": ["hostname"]
},
"volume": { "volume": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -14,7 +17,7 @@
"type": "string", "type": "string",
"enum": ["vmdk"] "enum": ["vmdk"]
// VirtualBox only supports vmdk or raw when importing via OVF: // VirtualBox only supports vmdk or raw when importing via OVF:
// https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp#L636 // https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp?rev=51092#L636
} }
}, },
"required": ["backing"] "required": ["backing"]