summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Lamar <brian.lamar@rackspace.com>2011-04-12 11:13:31 -0400
committerBrian Lamar <brian.lamar@rackspace.com>2011-04-12 11:13:31 -0400
commit2576c733c05dfd9872423f52319c28a65834ee61 (patch)
tree89f5fe6f7394a191b1fde7f79e11a00ce71c0f6f
parent5de1825e2c1d1cdc63790f61e05b1f8b05ded1b3 (diff)
Dangerous whitespace mistake! :)
-rw-r--r--nova/virt/xenapi/vmops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py
index 135e59a34..7f9814a10 100644
--- a/nova/virt/xenapi/vmops.py
+++ b/nova/virt/xenapi/vmops.py
@@ -222,7 +222,7 @@ class VMOps(object):
timer.stop()
return False
- timer.f = _wait_for_boot
+ timer.f = _wait_for_boot
# call to reset network to configure network from xenstore
self.reset_network(instance, vm_ref)