From 0e7908473fcd7935b4336206d694cec4b080fbc8 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Thu, 12 Apr 2012 12:34:29 +1000 Subject: Log instance. Even though this is a fake, its at least consistent. Change-Id: Ib5ae787b068c94cedcfd7f1d2dd843110129f299 --- nova/virt/fake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- cgit