Merge "Fix Log.exception format errors"
This commit is contained in:
commit
8ca605bee2
@ -154,8 +154,8 @@ class TestMultiHVNetworkOps(manager.NetworkScenarioTest):
|
|||||||
(ssh_source, remote_ip, should_connect),
|
(ssh_source, remote_ip, should_connect),
|
||||||
msg)
|
msg)
|
||||||
except Exception:
|
except Exception:
|
||||||
LOG.exception("Unable to access %{dest}s via ssh to "
|
LOG.exception("Unable to access %(dest)s via ssh to "
|
||||||
"floating-ip %{src}s",
|
"floating-ip %(src)s",
|
||||||
{'dest': remote_ip, 'src': floating_ip})
|
{'dest': remote_ip, 'src': floating_ip})
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
@ -195,8 +195,8 @@ class TestMultiNetworksOps(manager.NetworkScenarioTest):
|
|||||||
(ssh_source, remote_ip, should_connect),
|
(ssh_source, remote_ip, should_connect),
|
||||||
msg)
|
msg)
|
||||||
except Exception:
|
except Exception:
|
||||||
LOG.exception("Unable to access %{dest}s via ssh to "
|
LOG.exception("Unable to access %(dest)s via ssh to "
|
||||||
"floating-ip %{src}s",
|
"floating-ip %(src)s",
|
||||||
{'dest': remote_ip, 'src': floating_ip})
|
{'dest': remote_ip, 'src': floating_ip})
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
@ -240,8 +240,8 @@ class TestRouterNoNATOps(manager.NetworkScenarioTest):
|
|||||||
(ssh_source, remote_ip, should_connect),
|
(ssh_source, remote_ip, should_connect),
|
||||||
msg)
|
msg)
|
||||||
except Exception:
|
except Exception:
|
||||||
LOG.exception("Unable to access %{dest}s via ssh to "
|
LOG.exception("Unable to access %(dest)s via ssh to "
|
||||||
"floating-ip %{src}s",
|
"floating-ip %(src)s",
|
||||||
{'dest': remote_ip, 'src': floating_ip})
|
{'dest': remote_ip, 'src': floating_ip})
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user