xend: fix a typo in domain_migrate().
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 27 May 2008 09:31:55 +0000 (10:31 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 27 May 2008 09:31:55 +0000 (10:31 +0100)
 - @rtype:  ->  @type node:

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomain.py

index 9b088dc800724149a013fe07b92af0dd81b99017..d5fa1ba96dc74f144ea3d78f7d0fd58c50057041 100644 (file)
@@ -1265,17 +1265,17 @@ class XendDomain:
         @type domid: int or string.
         @param dst: Destination IP address
         @type dst: string
-        @keyword port: relocation port on destination
-        @type port: int        
         @keyword live: Live migration
         @type live: bool
+        @keyword port: relocation port on destination
+        @type port: int
+        @keyword node: use node number for target
+        @type node: int
         @keyword ssl: use ssl connection
         @type ssl: bool
         @rtype: None
-        @keyword node: use node number for target
-        @rtype: int 
         @raise XendError: Failed to migrate
-        @raise XendInvalidDomain: Domain is not valid        
+        @raise XendInvalidDomain: Domain is not valid
         """
 
         dominfo = self.domain_lookup_nr(domid)