diff options
Diffstat (limited to 'deploy/templates/virtual_environment_noha/vms/fuel.xml')
-rw-r--r-- | deploy/templates/virtual_environment_noha/vms/fuel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/templates/virtual_environment_noha/vms/fuel.xml b/deploy/templates/virtual_environment_noha/vms/fuel.xml index 2d2596310..3e7576945 100644 --- a/deploy/templates/virtual_environment_noha/vms/fuel.xml +++ b/deploy/templates/virtual_environment_noha/vms/fuel.xml @@ -24,7 +24,7 @@ <devices> <emulator>/usr/bin/kvm</emulator> <disk type='block' device='cdrom'> - <driver name='qemu' type='raw'/> + <driver name='qemu' type='qcow2'/> <target dev='hdc' bus='ide'/> <readonly/> </disk> |