Allows Qemu VM to have 0 interface.

This commit is contained in:
Jeremy 2014-11-09 18:27:40 -07:00
parent 7a6f27fed9
commit 1982ff8100

View File

@ -94,7 +94,7 @@ QEMU_UPDATE_SCHEMA = {
"adapters": {
"description": "number of adapters",
"type": "integer",
"minimum": 1,
"minimum": 0,
"maximum": 8,
},
"adapter_type": {