Added default for the vcpus_params key.
authorEwan Mellor <ewan@xensource.com>
Fri, 2 Feb 2007 14:32:48 +0000 (14:32 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 2 Feb 2007 14:32:48 +0000 (14:32 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendConfig.py

index 3c36eb04211ebe65e782111303af98d2f141c0fa..223a90cf6efc18a2aaacb8eeabfa36498a18ebb4 100644 (file)
@@ -371,6 +371,7 @@ class XendConfig(dict):
             'cpu_weight': 256,
             'cpu_cap': 0,
             'vcpus_number': 1,
+            'vcpus_params': {},
             'console_refs': [],
             'vif_refs': [],
             'vbd_refs': [],