]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Store and log correct exception info
authorTerry Wilson <twilson@redhat.com>
Wed, 25 Mar 2015 02:59:44 +0000 (21:59 -0500)
committerTerry Wilson <twilson@redhat.com>
Fri, 27 Mar 2015 10:23:48 +0000 (05:23 -0500)
commit2756d9efe08d7cc1f1b244ce72b23007834d9b4f
treeb9eed374da6896363bd5df2d3cf8565dde90e907
parentc4729e8805acdf8a99cd18aab44857c775e1312c
Store and log correct exception info

Since OVSDB commands execute in a different thread, the exceptions
that are passed to the original thread do not contain traceback
info from the exception. This patch stores the text from the
exception as it is caught so that the calling thread can log it.

Change-Id: If462c3d5dc104b349218dc910aa281220a5af528
neutron/agent/ovsdb/impl_idl.py
neutron/agent/ovsdb/native/connection.py
neutron/agent/ovsdb/native/idlutils.py