Fix an error when updating IOU node

pull/565/head
Julien Duponchelle 8 years ago
parent 2a5cf18d20
commit 1c6de3ff39
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -42,6 +42,10 @@ IOU_CREATE_SCHEMA = {
"maximum": 65535,
"type": ["integer", "null"]
},
"console_type": {
"description": "Console type",
"enum": ["telnet", None]
},
"path": {
"description": "Path of iou binary",
"type": "string"
@ -115,6 +119,10 @@ IOU_UPDATE_SCHEMA = {
"maximum": 65535,
"type": ["integer", "null"]
},
"console_type": {
"description": "Console type",
"enum": ["telnet", None]
},
"path": {
"description": "Path of iou binary",
"type": ["string", "null"]

Loading…
Cancel
Save