]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Lower severity of log trace for DB integrity error
authorarmando-migliaccio <amigliaccio@nicira.com>
Fri, 15 Nov 2013 02:22:26 +0000 (18:22 -0800)
committerarmando-migliaccio <amigliaccio@nicira.com>
Fri, 15 Nov 2013 02:24:17 +0000 (18:24 -0800)
commit4c6906498a5ef0f11ada3ff2224e995f6b3062d8
tree0816e2dfcfa7fb33a176574e03391f2f449bc70c
parent060abc6b989cc1586c7da27d0b037c260e06cb9c
Lower severity of log trace for DB integrity error

LOG.exception is not appropriate, since a concurrent
port creation can occur and it has been dealt with
in the except block.

This avoids spooking users who are on the hunt for
real bugs.

Supports fix for 1239637

Change-Id: I9489702ee63db0b004fe41195fa4727af261d514
neutron/plugins/ml2/plugin.py