mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-23 14:31:03 +00:00
Fix an error when updating IOU node
This commit is contained in:
parent
2a5cf18d20
commit
1c6de3ff39
@ -42,6 +42,10 @@ IOU_CREATE_SCHEMA = {
|
|||||||
"maximum": 65535,
|
"maximum": 65535,
|
||||||
"type": ["integer", "null"]
|
"type": ["integer", "null"]
|
||||||
},
|
},
|
||||||
|
"console_type": {
|
||||||
|
"description": "Console type",
|
||||||
|
"enum": ["telnet", None]
|
||||||
|
},
|
||||||
"path": {
|
"path": {
|
||||||
"description": "Path of iou binary",
|
"description": "Path of iou binary",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -115,6 +119,10 @@ IOU_UPDATE_SCHEMA = {
|
|||||||
"maximum": 65535,
|
"maximum": 65535,
|
||||||
"type": ["integer", "null"]
|
"type": ["integer", "null"]
|
||||||
},
|
},
|
||||||
|
"console_type": {
|
||||||
|
"description": "Console type",
|
||||||
|
"enum": ["telnet", None]
|
||||||
|
},
|
||||||
"path": {
|
"path": {
|
||||||
"description": "Path of iou binary",
|
"description": "Path of iou binary",
|
||||||
"type": ["string", "null"]
|
"type": ["string", "null"]
|
||||||
|
Loading…
Reference in New Issue
Block a user