[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Bump xend_config_format to 3, to indicate that the lifecycle patches are
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID 1c51c580dc051f66f0bc145773b4e96583fca85e # Parent 5c47222b60dc7c2d93fe88e82f6efedb9345e8b0 Bump xend_config_format to 3, to indicate that the lifecycle patches are available. Better version mechanisms will be forthcoming! Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendNode.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 5c47222b60dc -r 1c51c580dc05 tools/python/xen/xend/XendNode.py --- a/tools/python/xen/xend/XendNode.py Tue Nov 28 13:53:12 2006 +0000 +++ b/tools/python/xen/xend/XendNode.py Tue Nov 28 14:24:20 2006 +0000 @@ -196,7 +196,7 @@ class XendNode: return [[k, info[k]] for k in ITEM_ORDER] def xendinfo(self): - return [['xend_config_format', 2]] + return [['xend_config_format', 3]] # dictionary version of *info() functions to get rid of # SXPisms. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |