diff options
| -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""" |
