mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-30 21:03:49 +02:00
Config paths are not used when updating Dynamips or IOU VM settings.
This commit is contained in:
parent
aeab9780d8
commit
4136c29b0f
@ -284,20 +284,10 @@ VM_UPDATE_SCHEMA = {
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
},
|
},
|
||||||
"startup_config": {
|
|
||||||
"description": "path to the IOS startup configuration file",
|
|
||||||
"type": "string",
|
|
||||||
"minLength": 1,
|
|
||||||
},
|
|
||||||
"startup_config_content": {
|
"startup_config_content": {
|
||||||
"description": "Content of IOS startup configuration file",
|
"description": "Content of IOS startup configuration file",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
"private_config": {
|
|
||||||
"description": "path to the IOS private configuration file",
|
|
||||||
"type": "string",
|
|
||||||
"minLength": 1,
|
|
||||||
},
|
|
||||||
"private_config_content": {
|
"private_config_content": {
|
||||||
"description": "Content of IOS private configuration file",
|
"description": "Content of IOS private configuration file",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -127,10 +127,6 @@ IOU_UPDATE_SCHEMA = {
|
|||||||
"description": "Always up ethernet interface",
|
"description": "Always up ethernet interface",
|
||||||
"type": ["boolean", "null"]
|
"type": ["boolean", "null"]
|
||||||
},
|
},
|
||||||
"initial_config": {
|
|
||||||
"description": "Path to the initial configuration of IOU",
|
|
||||||
"type": ["string", "null"]
|
|
||||||
},
|
|
||||||
"initial_config_content": {
|
"initial_config_content": {
|
||||||
"description": "Initial configuration of IOU",
|
"description": "Initial configuration of IOU",
|
||||||
"type": ["string", "null"]
|
"type": ["string", "null"]
|
||||||
|
Loading…
Reference in New Issue
Block a user