summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-04-26 16:42:27 +0000
committerGerrit Code Review <review@openstack.org>2012-04-26 16:42:27 +0000
commit12ddc43a246fc26d8bae3f0f0b36da8fa1c82709 (patch)
tree0af90ccac726ee27da48f5093a9300100c8fdb7a
parent41dfaaa84d94a497ccaef3d08276f08928baffd1 (diff)
parent0e7908473fcd7935b4336206d694cec4b080fbc8 (diff)
Merge "Log instance."
-rw-r--r--nova/virt/fake.py2
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"""