[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XM] Add missing parameter to XM XMLRPC call so that we get the
# HG changeset patch # User Alastair Tse <atse@xxxxxxxxxxxxx> # Node ID d1f6aa51621f27168816904a6c97b46d2012d5aa # Parent d9320fb7c769c62f3d657d749bd5c6a036308b37 [XM] Add missing parameter to XM XMLRPC call so that we get the devices in xm list --long Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx> --- tools/python/xen/xm/main.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r d9320fb7c769 -r d1f6aa51621f tools/python/xen/xm/main.py --- a/tools/python/xen/xm/main.py Thu Oct 05 17:29:20 2006 +0100 +++ b/tools/python/xen/xm/main.py Thu Oct 05 18:22:13 2006 +0100 @@ -485,7 +485,7 @@ def getDomains(domain_names, full = 0): if domain_names: return [server.xend.domain(dom, full) for dom in domain_names] else: - return server.xend.domains(1) + return server.xend.domains(1, full) def xm_list(args): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |