SPICE console_type for nodes

This commit is contained in:
ziajka 2017-06-16 14:41:05 +02:00
parent 88c2353e2e
commit 61fda93611

View File

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