diff options
Diffstat (limited to 'deploy/templates/virtual_environment/vms/fuel.xml')
-rw-r--r-- | deploy/templates/virtual_environment/vms/fuel.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml index 4e7c7fd2a..bf8f3e288 100644 --- a/deploy/templates/virtual_environment/vms/fuel.xml +++ b/deploy/templates/virtual_environment/vms/fuel.xml @@ -29,7 +29,7 @@ <readonly/> </disk> <disk type='file' device='disk'> - <driver name='qemu' type='raw'/> + <driver name='qemu' type='qcow2'/> <source file='disk.raw'/> <target dev='vda' bus='virtio'/> </disk> @@ -61,6 +61,4 @@ <memballoon model='virtio'> </memballoon> </devices> - <seclabel type='dynamic' model='apparmor' relabel='yes'/> </domain> - |