Console type allowed for docker appliance

This commit is contained in:
Julien Duponchelle 2016-04-28 09:25:06 +02:00
parent 9a076d3ea5
commit 5d626e0095
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -115,6 +115,10 @@
"environment": {
"type": "string",
"title": "One KEY=VAR environment by line"
},
"console_type": {
"enum": ["telnet", "vnc"],
"title": "Type of console connection for the administration of the appliance"
}
},
"additionalProperties": false,