[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix the default for the is_a_template flag.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Date 1174991485 -3600 # Node ID 2c1556c893e7d68eb2dcfe51f8acdf32d1310c49 # Parent b685bb321d1e7c70a9d1a23879b7a0425d6d7532 Fix the default for the is_a_template flag. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendConfig.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r b685bb321d1e -r 2c1556c893e7 tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Tue Mar 27 11:20:55 2007 +0100 +++ b/tools/python/xen/xend/XendConfig.py Tue Mar 27 11:31:25 2007 +0100 @@ -298,7 +298,7 @@ class XendConfig(dict): 'actions_after_reboot': 'restart', 'actions_after_crash': 'restart', 'actions_after_suspend': '', - 'is_template': False, + 'is_a_template': False, 'is_control_domain': False, 'features': '', 'PV_bootloader': '', _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |