diff options
| author | Josh Kearney <josh.kearney@rackspace.com> | 2011-01-18 15:49:42 -0600 |
|---|---|---|
| committer | Josh Kearney <josh.kearney@rackspace.com> | 2011-01-18 15:49:42 -0600 |
| commit | ecc2afda9fed4e9e69edcc470baf254fac448ce7 (patch) | |
| tree | 34d90b020af6b30035c6e8219be448a34f454f64 /nova/tests | |
| parent | 084eb7e96d9201e4616d49211cb80acaa717560b (diff) | |
| download | nova-ecc2afda9fed4e9e69edcc470baf254fac448ce7.tar.gz nova-ecc2afda9fed4e9e69edcc470baf254fac448ce7.tar.xz nova-ecc2afda9fed4e9e69edcc470baf254fac448ce7.zip | |
Plug VBD to existing instance and minor cleanup
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/xenapi/stubs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/xenapi/stubs.py b/nova/tests/xenapi/stubs.py index 292bd9ba9..313668826 100644 --- a/nova/tests/xenapi/stubs.py +++ b/nova/tests/xenapi/stubs.py @@ -37,7 +37,7 @@ def stubout_instance_snapshot(stubs): return self.rv done = FakeEvent() - self._poll_task(id, task, done) + self._poll_task(task, id, done) rv = done.wait() return rv |
