summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2010-12-14 17:02:43 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2010-12-14 17:02:43 +0000
commit1dfcd8e6cdd58a0737a8667f8d2b18190527657a (patch)
tree34c1af87998d9cc1fcf24691338bd2f67cf38d82 /nova
parent41203e726fd3e43bcce7f800c6bf042e9dd70531 (diff)
nothing
Diffstat (limited to 'nova')
-rw-r--r--nova/virt/xenapi/vm_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py
index eeceb8e71..2c20e33ac 100644
--- a/nova/virt/xenapi/vm_utils.py
+++ b/nova/virt/xenapi/vm_utils.py
@@ -195,6 +195,7 @@ class VMHelper():
args['vdi-ref']=vdi_ref
#TODO: Call proper function in plugin
task = yield session.async_call_plugin('objectstore', fn, args)
+ logging.debug("Waiting for task completion")
pv=yield session.wait_for_task(task)
logging.debug("PV Kernel in VDI:%d",pv)
defer.returnValue(pv)