From 627ebdb322f6fc2e6f5ed7ab703db3974c93333b Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 17 Jun 2016 15:56:35 +0200 Subject: [PATCH] Fix issue with reloading a topologie with dynamips --- gns3server/schemas/dynamips_vm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gns3server/schemas/dynamips_vm.py b/gns3server/schemas/dynamips_vm.py index 94b236f6..dd9fdfe0 100644 --- a/gns3server/schemas/dynamips_vm.py +++ b/gns3server/schemas/dynamips_vm.py @@ -74,7 +74,6 @@ VM_CREATE_SCHEMA = { "private_config": { "description": "Path to the IOS private configuration file", "type": "string", - "minLength": 1, }, "private_config_content": { "description": "Content of IOS private configuration file",