1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fixed missing disk-> volume conversion

This commit is contained in:
Patrick Debois 2011-09-19 14:23:08 +02:00
parent e1f5bfda27
commit 0ec38a2587

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? %>