aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/QemuManager.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-04-13 06:15:25 +0000
committerVratko Polak <vrpolak@cisco.com>2019-04-15 13:26:28 +0000
commit0e0cf38fcd1ff704293c9dd2c7a05f8682e11de9 (patch)
treeca7a60ab9164003f7cc1737e4bbed2ac8ce75ba6 /resources/libraries/python/QemuManager.py
parentcc0c2870a18fb74a56410eca2d1870bddc945397 (diff)
Remove obsolete QEMU installation
+Unify QEMU parameter to Contants. Change-Id: I95adfc97dd7008c19e60ba3fa8668818b503bee8 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/python/QemuManager.py')
-rw-r--r--resources/libraries/python/QemuManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/QemuManager.py b/resources/libraries/python/QemuManager.py
index 55c282bc24..0ea6164cb7 100644
--- a/resources/libraries/python/QemuManager.py
+++ b/resources/libraries/python/QemuManager.py
@@ -100,7 +100,7 @@ class QemuManager(object):
cpu_count_int = kwargs['cpu_count_int']
vnf_count_int = kwargs['cpu_count_int'] if kwargs['auto_scale'] else 1
- img = Constants.QEMU_PERF_VM_KERNEL
+ img = Constants.QEMU_VM_KERNEL
for nf_chain in range(1, nf_chains + 1):
for nf_node in range(1, nf_nodes + 1):