diff options
author | Fedor Zhadaev <fzhadaev@mirantis.com> | 2016-11-02 04:29:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-02 04:29:31 +0000 |
commit | cdd06895fa0453c79e67838b801e7cce3a9eff5e (patch) | |
tree | 609379f186b9dc7e473524d71ac602f08526b689 /deploy/dha_adapters | |
parent | 24d3bc11cc36528143fe833b05f2d9cbd1641a9f (diff) | |
parent | ed79331c115eac4aad0eccd4b191c9e1e836c73d (diff) |
Merge "[virtual envs] Switch to raw images"
Diffstat (limited to 'deploy/dha_adapters')
-rw-r--r-- | deploy/dha_adapters/libvirt_adapter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/dha_adapters/libvirt_adapter.py b/deploy/dha_adapters/libvirt_adapter.py index 466f134ae..a00f09147 100644 --- a/deploy/dha_adapters/libvirt_adapter.py +++ b/deploy/dha_adapters/libvirt_adapter.py @@ -109,7 +109,7 @@ class LibvirtAdapter(HardwareAdapter): '%s |grep \"virtual size:\"' % disk_file).split()[2] delete(disk_file) - exec_cmd('qemu-img create -f qcow2 %s %s' % (disk_file, + exec_cmd('qemu-img create -f raw %s %s' % (disk_file, disk_size)) def node_eject_iso(self, node_id): |