# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 819e93d30ce230174004e99e6975295166b311ce
# Parent b6dc7eecff33301e569c3e8b255aa1b654f63451
The structure fields should be exactly as documented, including case matching.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendAPI.py | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff -r b6dc7eecff33 -r 819e93d30ce2 tools/python/xen/xend/XendAPI.py
--- a/tools/python/xen/xend/XendAPI.py Sat Oct 28 12:14:47 2006 +0100
+++ b/tools/python/xen/xend/XendAPI.py Sat Oct 28 12:15:40 2006 +0100
@@ -930,11 +930,11 @@ class XendAPI:
'actions_after_reboot': xeninfo.get_on_reboot(),
'actions_after_suspend': xeninfo.get_on_suspend(),
'actions_after_crash': xeninfo.get_on_crash(),
- 'vifs': xeninfo.get_vifs(),
- 'vbds': xeninfo.get_vbds(),
- 'vtpms': xeninfo.get_vtpms(),
+ 'VIFs': xeninfo.get_vifs(),
+ 'VBDs': xeninfo.get_vbds(),
+ 'VTPMs': xeninfo.get_vtpms(),
'bios_boot': xeninfo.get_bios_boot(),
- 'platform_std_vga': xeninfo.get_platform_std_vga(),
+ 'platform_std_VGA': xeninfo.get_platform_std_vga(),
'platform_serial': xeninfo.get_platform_serial(),
'platform_localtime': xeninfo.get_platform_localtime(),
'platform_clock_offset': xeninfo.get_platform_clock_offset(),
@@ -945,9 +945,9 @@ class XendAPI:
'kernel_initrd': xeninfo.get_kernel_initrd(),
'kernel_args': xeninfo.get_kernel_args(),
'grub_cmdline': xeninfo.get_grub_cmdline(),
- 'pci_bus': xeninfo.get_pci_bus(),
+ 'PCI_bus': xeninfo.get_pci_bus(),
'tools_version': xeninfo.get_tools_version(),
- 'otherconfig': xeninfo.get_other_config()
+ 'otherConfig': xeninfo.get_other_config()
}
return xen_api_success(record)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|