Skip to content

Commit

Permalink
Merge pull request #854 from GNS3/fix/849
Browse files Browse the repository at this point in the history
Update console_type in appliance schemas v7 and v8
  • Loading branch information
grossmj committed Jan 12, 2024
2 parents ea16765 + b1a1361 commit d19ba30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions schemas/appliance_v7.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 4 additions & 2 deletions schemas/appliance_v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"telnet",
"vnc",
"http",
"https"
"https",
"none"
],
"title": "Type of console"
},
Expand Down Expand Up @@ -502,7 +503,8 @@
"telnet",
"vnc",
"spice",
"spice+agent"
"spice+agent",
"none"
],
"title": "Type of console connection for the administration of the appliance"
},
Expand Down

0 comments on commit d19ba30

Please sign in to comment.