diff options
| author | Michael Still <mikal@stillhq.com> | 2012-04-12 12:34:29 +1000 |
|---|---|---|
| committer | Michael Still <mikal@stillhq.com> | 2012-04-26 08:18:10 +1000 |
| commit | 0e7908473fcd7935b4336206d694cec4b080fbc8 (patch) | |
| tree | f84ffbba3a8bc28d777cd1cc39e82db3d427d56a /nova | |
| parent | ca4aee67e3ef851c64150af39aa7dca3d2cab349 (diff) | |
Log instance.
Even though this is a fake, its at least consistent.
Change-Id: Ib5ae787b068c94cedcfd7f1d2dd843110129f299
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/fake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/fake.py b/nova/virt/fake.py index 6be69bd4d..3b0dbfd4c 100644 --- a/nova/virt/fake.py +++ b/nova/virt/fake.py @@ -171,7 +171,7 @@ class FakeConnection(driver.ComputeDriver): del self.instances[key] else: LOG.warning("Key '%s' not in instances '%s'" % - (key, self.instances)) + (key, self.instances), instance=instance) def attach_volume(self, connection_info, instance_name, mountpoint): """Attach the disk to the instance at mountpoint using info""" |
