Fix HTTP console not working for docker containers

Fix #1568
pull/729/head
Julien Duponchelle 8 years ago
parent b9b0feed62
commit f737989e44
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -133,7 +133,7 @@ NODE_OBJECT_SCHEMA = {
},
"console_type": {
"description": "Console type",
"enum": ["serial", "vnc", "telnet", None]
"enum": ["serial", "vnc", "telnet", "http", None]
},
"properties": {
"description": "Properties specific to an emulator",

Loading…
Cancel
Save