Commit 428577df by Desztics Armand

add support of spice on fixed port

parent 709915f0
......@@ -156,6 +156,18 @@ class VMInstance:
# TODO: Add this as option
})
ET.SubElement(devices,
'graphics',
attrib={
'type': 'spice',
'listen': '0.0.0.0',
'port': '3001'
})
qxlvideo = ET.SubElement(devices, 'video')
ET.SubElement(qxlvideo,
'model',
attrib={'type': 'qxl'})
ET.SubElement(devices,
'input',
attrib={
'type': 'tablet',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment