mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-04-19 08:36:17 +00:00
Merge pull request #854 from GNS3/fix/849
Update console_type in appliance schemas v7 and v8
This commit is contained in:
commit
d19ba304ff
@ -133,7 +133,7 @@
|
||||
"title": "One KEY=VAR environment by line"
|
||||
},
|
||||
"console_type": {
|
||||
"enum": ["telnet", "vnc", "http", "https"],
|
||||
"enum": ["telnet", "vnc", "http", "https", "none"],
|
||||
"title": "Type of console connection for the administration of the appliance"
|
||||
},
|
||||
"console_http_port": {
|
||||
@ -344,7 +344,7 @@
|
||||
"title": "Architecture emulated"
|
||||
},
|
||||
"console_type": {
|
||||
"enum": ["telnet", "vnc", "spice"],
|
||||
"enum": ["telnet", "vnc", "spice", "spice+agent", "none"],
|
||||
"title": "Type of console connection for the administration of the appliance"
|
||||
},
|
||||
"boot_priority": {
|
||||
|
@ -57,7 +57,8 @@
|
||||
"telnet",
|
||||
"vnc",
|
||||
"http",
|
||||
"https"
|
||||
"https",
|
||||
"none"
|
||||
],
|
||||
"title": "Type of console"
|
||||
},
|
||||
@ -502,7 +503,8 @@
|
||||
"telnet",
|
||||
"vnc",
|
||||
"spice",
|
||||
"spice+agent"
|
||||
"spice+agent",
|
||||
"none"
|
||||
],
|
||||
"title": "Type of console connection for the administration of the appliance"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user