Fix missing boot priority order

pull/381/head
Julien Duponchelle 9 years ago
parent 286cd7a3ac
commit 8312a54615

@ -123,7 +123,7 @@ QEMU_CREATE_SCHEMA = {
},
"boot_priority": {
"description": "QEMU boot priority",
"enum": ["c", "d"]
"enum": ["c", "d", "n", "cn", "cd"]
},
"ram": {
"description": "amount of RAM in MB",

Loading…
Cancel
Save