]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't log deadlock or retry exceptions in L3 DB
authorKevin Benton <blak111@gmail.com>
Fri, 4 Sep 2015 00:43:37 +0000 (17:43 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 4 Sep 2015 01:15:01 +0000 (18:15 -0700)
commit2d65cccba29220e46b490871210014b94f086984
tree0280140d989cf323bf57acc0c9a74359231df985
parent2555663dfedc8a841718cfcb8f4807b3a95d2f28
Don't log deadlock or retry exceptions in L3 DB

We don't want to log exceptions in the l3 DB that will be retried
by the DB retry decorator because it will look like a failure in
the log when it actually ends up being retried.

Change-Id: I024fc2db9022809194178c227d994bc6ed33c78b
Closes-Bug: #1494886
neutron/db/l3_db.py