]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't log exceptions in GW update on router create
authorKevin Benton <blak111@gmail.com>
Fri, 4 Sep 2015 11:22:35 +0000 (04:22 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 4 Sep 2015 12:20:23 +0000 (05:20 -0700)
commite959e474d65211991c12f9495b227da5e4d99ed7
tree0354de641367270557db7e6499306244c748afae
parent6a845249d0bb004141b63c74ce80f6f68ae4a250
Don't log exceptions in GW update on router create

The LOG.exception statement is not necessary because the exception
is re-raised so if it's a real error it will be logged like any
other failure.

Related-Bug: #1494886
Change-Id: I29aacd8c1187ddf8653009865ed9a62be948c5a7
neutron/db/l3_db.py