From 9dc2a309b586acb7fede2946bbc2105d7bc1e5d2 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 19 Dec 2006 12:00:11 +0000 Subject: Fix parsing of cpus in the guest configuration file. Signed-off-by: Zhang Xiantao Signed-off-by: Dexuan Cui --- tools/python/xen/xend/XendConfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 1d4587fa7e..8dd17c4329 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -85,6 +85,7 @@ def scrub_password(data): XENAPI_CFG_TO_LEGACY_CFG = { 'uuid': 'uuid', 'vcpus_number': 'vcpus', + 'cpus': 'cpus', 'memory_static_min': 'memory', 'memory_static_max': 'maxmem', 'name_label': 'name', -- cgit v1.2.3