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:
parent
e1f5bfda27
commit
0ec38a2587
1 changed files with 1 additions and 1 deletions
|
@ -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? %>
|
||||
|
|
Loading…
Add table
Reference in a new issue