fixed missing disk-> volume conversion

This commit is contained in:
Patrick Debois 2011-09-19 14:23:08 +02:00
parent e1f5bfda27
commit 0ec38a2587
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<devices>
<disk type='file' device='disk'>
<driver name='qemu' type='<%= volume_format_type %>'/>
<source file='<%= "#{disk_path}" %>'/>
<source file='<%= "#{volume_path}" %>'/>
<target dev='vda' bus='virtio'/>
</disk>
<% if !iso_file.nil? %>