WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix xm create -c.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1174391344 0
# Node ID e7c6e6621e852b4560305b68e2db4d62ed8e8fc7
# Parent  e2f302488983548285f25f4e8927f1a456188c31
Fix xm create -c.

Signed-off-by: Tom Wilkie <tom.wilkie@xxxxxxxxx>
---
 tools/python/xen/xm/create.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r e2f302488983 -r e7c6e6621e85 tools/python/xen/xm/create.py
--- a/tools/python/xen/xm/create.py     Tue Mar 20 11:45:44 2007 +0000
+++ b/tools/python/xen/xm/create.py     Tue Mar 20 11:49:04 2007 +0000
@@ -1293,7 +1293,7 @@ def do_console(domain_name):
                     domid = server.xenapi.VM.get_domid(
                                get_single_vm(domain_name))
                 else:
-                    dom = server.xend.domain(name)
+                    dom = server.xend.domain(domain_name)
                     domid = int(sxp.child_value(dom, 'domid', '-1'))
                 console.execConsole(domid)
             except:

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix xm create -c., Xen patchbot-unstable <=