ia64/xen-unstable
changeset 13170:8c6e20c60563
[XEND] Fix parsing of bootloader and bootloader_args in XendConfig
Signed-off-by: Alastair Tse <atse@xensource.com>
Signed-off-by: Alastair Tse <atse@xensource.com>
author | Alastair Tse <atse@xensource.com> |
---|---|
date | Fri Dec 22 11:58:22 2006 +0000 (2006-12-22) |
parents | 5675a2ac56e4 |
children | 132559289b46 |
files | tools/python/xen/xend/XendConfig.py |
line diff
1.1 --- a/tools/python/xen/xend/XendConfig.py Fri Dec 22 11:49:19 2006 +0000 1.2 +++ b/tools/python/xen/xend/XendConfig.py Fri Dec 22 11:58:22 2006 +0000 1.3 @@ -93,6 +93,8 @@ XENAPI_CFG_TO_LEGACY_CFG = { 1.4 'actions_after_reboot': 'on_reboot', 1.5 'actions_after_crash': 'on_crash', 1.6 'platform_localtime': 'localtime', 1.7 + 'PV_bootloader': 'bootloader', 1.8 + 'PV_bootloader_args': 'bootloader_args', 1.9 } 1.10 1.11 LEGACY_CFG_TO_XENAPI_CFG = reverse_dict(XENAPI_CFG_TO_LEGACY_CFG)