We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enable_spice |bool
1 parent 72a7fb6 commit 814ae17Copy full SHA for 814ae17
templates/vm.xml.j2
@@ -103,6 +103,11 @@
103
<graphics type='vnc' autoport='yes' listen='127.0.0.1'>
104
<listen type='address' address='127.0.0.1'/>
105
</graphics>
106
+{% endif %}
107
+{% if enable_spice |bool %}
108
+ <graphics type='spice' autoport='yes'>
109
+ <listen type='address'/>
110
+ </graphics>
111
{% endif %}
112
<rng model="virtio"><backend model="random">/dev/urandom</backend></rng>
113
</devices>
0 commit comments