lib/vagrant-libvirt/templates/domain.xml.erb in vagrant-libvirt-0.0.22 vs lib/vagrant-libvirt/templates/domain.xml.erb in vagrant-libvirt-0.0.23
- old
+ new
@@ -49,11 +49,13 @@
</serial>
<console type='pty'>
<target port='0'/>
</console>
<input type='mouse' bus='ps2'/>
- <graphics type='<%= @graphics_type %>' port='<%= @graphics_port %>' autoport='<%= @graphics_autoport %>' listen='<%= @graphics_ip %>' keymap='en-us'/>
- <video>
- <model type='<%= @video_type %>' vram='<%= @video_vram %>' heads='1'/>
- </video>
+ <%# Video device -%>
+ <graphics type='<%= @graphics_type %>' port='<%= @graphics_port %>' autoport='<%= @graphics_autoport %>' listen='<%= @graphics_ip %>' keymap='en-us' <%= @graphics_passwd%> />
+ <video>
+ <model type='<%= @video_type %>' vram='<%= @video_vram %>' heads='1'/>
+ </video>
+ <%#End Video -%>
</devices>
</domain>