From 1a96a150bce1c0ed4aa69aefc733d0245c025774 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 30 Sep 2014 11:15:15 -0600 Subject: [PATCH] Fix shemas for QEMU. --- gns3server/modules/qemu/schemas.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gns3server/modules/qemu/schemas.py b/gns3server/modules/qemu/schemas.py index 5b00e98a8..a4f340c3e 100644 --- a/gns3server/modules/qemu/schemas.py +++ b/gns3server/modules/qemu/schemas.py @@ -82,12 +82,10 @@ QEMU_UPDATE_SCHEMA = { "hda_disk_image": { "description": "QEMU hda disk image path", "type": "string", - "minLength": 1, }, "hdb_disk_image": { "description": "QEMU hdb disk image path", "type": "string", - "minLength": 1, }, "ram": { "description": "amount of RAM in MB", @@ -113,17 +111,14 @@ QEMU_UPDATE_SCHEMA = { "initrd": { "description": "QEMU initrd path", "type": "string", - "minLength": 1, }, "kernel_image": { "description": "QEMU kernel image path", "type": "string", - "minLength": 1, }, "kernel_command_line": { "description": "QEMU kernel command line", "type": "string", - "minLength": 1, }, "options": { "description": "additional QEMU options",