Skip to content

Commit

Permalink
fixed missing disk-> volume conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever committed Sep 19, 2011
1 parent e1f5bfd commit 0ec38a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/libvirt/models/compute/templates/server.xml.erb
Expand Up @@ -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? %>
Expand Down

0 comments on commit 0ec38a2

Please sign in to comment.