lib/vagrant-libvirt/templates/domain.xml.erb in vagrant-libvirt-0.0.31 vs lib/vagrant-libvirt/templates/domain.xml.erb in vagrant-libvirt-0.0.32
- old
+ new
@@ -1,7 +1,8 @@
<domain type='<%= @domain_type %>'>
<name><%= @name %></name>
+ <uuid><%= @uuid %></uuid>
<memory><%= @memory_size %></memory>
<vcpu><%= @cpus %></vcpu>
<cpu mode='<%= @cpu_mode %>'>
@@ -85,11 +86,11 @@
<input type='<%= input[:type] %>' bus='<%= input[:bus] %>'/>
<% end %>
<%# Video device -%>
<graphics type='<%= @graphics_type %>' port='<%= @graphics_port %>' autoport='<%= @graphics_autoport %>' listen='<%= @graphics_ip %>' keymap='<%= @keymap %>' <%= @graphics_passwd%> />
- <video>
- <model type='<%= @video_type %>' vram='<%= @video_vram %>' heads='1'/>
- </video>
+ <video>
+ <model type='<%= @video_type %>' vram='<%= @video_vram %>' heads='1'/>
+ </video>
<%#End Video -%>
</devices>
</domain>