[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Match recent changes to the task class in XenAPI with the get_record call here.



# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1170009557 0
# Node ID 044c57d0fef28055d7465778d885114cdf3e4ef9
# Parent  5b973d94bc0027c19ce62bc8956db38f6c6b60c7
Match recent changes to the task class in XenAPI with the get_record call here.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendTask.py |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff -r 5b973d94bc00 -r 044c57d0fef2 tools/python/xen/xend/XendTask.py
--- a/tools/python/xen/xend/XendTask.py Sun Jan 28 18:38:47 2007 +0000
+++ b/tools/python/xen/xend/XendTask.py Sun Jan 28 18:39:17 2007 +0000
@@ -67,7 +67,6 @@ class XendTask(threading.Thread):
         self.status = XEN_API_TASK_STATUS_TYPE[0]
 
         self.progress = 0
-        self.eta = None  # TODO: we have no time estimates
         self.type = return_type
         self.uuid = uuid
         
@@ -141,11 +140,11 @@ class XendTask(threading.Thread):
             'name_description': self.name_description,
             'status': self.status,
             'progress': self.get_progress(),
-            'eta': self.eta,
             'type': self.type,
             'result': self.result,
             'error_code': self.error_code,
             'error_info': self.error_info,
+            'allowed_operations': {},
         }
 
     def get_progress(self):

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.