|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-3.0.4-testing] Fix parsing of cpus in the guest con
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1166529611 0
# Node ID 057f7c4dbed1c75a3fbe446d346cee04cff31497
# Parent 8348e3a1a31efe99611610e34d50c80cea6ac229
Fix parsing of cpus in the guest configuration file.
Signed-off-by: Zhang Xiantao <xiantao.zhang@xxxxxxxxx>
Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>
---
tools/python/xen/xend/XendConfig.py | 1 +
1 files changed, 1 insertion(+)
diff -r 8348e3a1a31e -r 057f7c4dbed1 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Tue Dec 19 11:00:05 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py Tue Dec 19 12:00:11 2006 +0000
@@ -85,6 +85,7 @@ XENAPI_CFG_TO_LEGACY_CFG = {
XENAPI_CFG_TO_LEGACY_CFG = {
'uuid': 'uuid',
'vcpus_number': 'vcpus',
+ 'cpus': 'cpus',
'memory_static_min': 'memory',
'memory_static_max': 'maxmem',
'name_label': 'name',
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-3.0.4-testing] Fix parsing of cpus in the guest configuration file.,
Xen patchbot-3.0.4-testing <=
|
|
|
|
|