]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Log the exception in linuxbridge_neutron_agent as exception
authorHong Hui Xiao <xiaohhui@cn.ibm.com>
Wed, 21 Oct 2015 14:35:53 +0000 (10:35 -0400)
committerHong Hui Xiao <xiaohhui@cn.ibm.com>
Tue, 27 Oct 2015 09:09:23 +0000 (09:09 +0000)
commite61e15de992b8d34e8ab826244d66b9fc48d518e
tree5eab1bbf3992722d94540c5bb717d308709ebf7f
parent4ccf21561c473ca85b5ee653920b0319cf6b4bd1
Log the exception in linuxbridge_neutron_agent as exception

The log here should be logged as exception. 1) It is more readable.
2) It keeps consistent with the action of its sibling module,
ovs_neutron_agent.

Change-Id: Idf11a617369cbee0dc23c8e56ae9475bb41dcc02
Closes-bug: #1508270
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py