]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
lb: Correct String formatting to get rid of logged ValueError
authorAndreas Scheuring <andreas.scheuring@de.ibm.com>
Mon, 7 Dec 2015 12:42:21 +0000 (13:42 +0100)
committerMark McClain <mark@mcclain.xyz>
Tue, 8 Dec 2015 17:38:20 +0000 (12:38 -0500)
commit1f86d8687b2781f0c287ee656f3cbc65aaa4b5e4
treedd6a0ed1a9c7c86a4c058afc8cc7c694b75dc0ab
parent23f13b293576d834264dcca7c3626dddc2bd8d11
lb: Correct String formatting to get rid of logged ValueError

The following error is caused by a missing String formatting in the
linuxbridge agent:
"ValueError: unsupported format character 'a' (0x61) at index 90
Logged from file linuxbridge_neutron_agent.py, line 447"

In addition a duplicated word in the log text has been fixed.

Change-Id: I587f1165fc7084dc9c4806149b65652f6e27b14e
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py