diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-04-12 11:13:31 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-04-12 11:13:31 -0400 |
| commit | 2576c733c05dfd9872423f52319c28a65834ee61 (patch) | |
| tree | 89f5fe6f7394a191b1fde7f79e11a00ce71c0f6f | |
| parent | 5de1825e2c1d1cdc63790f61e05b1f8b05ded1b3 (diff) | |
Dangerous whitespace mistake! :)
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 2 |
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) |
