diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-04-26 16:42:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-04-26 16:42:27 +0000 |
| commit | 12ddc43a246fc26d8bae3f0f0b36da8fa1c82709 (patch) | |
| tree | 0af90ccac726ee27da48f5093a9300100c8fdb7a | |
| parent | 41dfaaa84d94a497ccaef3d08276f08928baffd1 (diff) | |
| parent | 0e7908473fcd7935b4336206d694cec4b080fbc8 (diff) | |
Merge "Log instance."
| -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""" |
