]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Do not log an error when deleting a linuxbridge does not exist
authorMatt Riedemann <mriedem@us.ibm.com>
Thu, 1 Oct 2015 13:55:14 +0000 (06:55 -0700)
committerKyle Mestery <mestery@mestery.com>
Sun, 4 Oct 2015 19:51:15 +0000 (19:51 +0000)
commit08971b0fb61170e86319c6801d6b1021d5944e3c
tree37414890a37b4621a235bab01061e7db6bfa11bd
parent83885dee209f65265388046a16d651b6d393179d
Do not log an error when deleting a linuxbridge does not exist

When you're racing to teardown and relying on RPC, it should not be
considered an error that a bridge does not exist when you're trying to
delete it anyway. This is better served as debug level information.

For context, this shows up over 1000 times in successful
gate-tempest-dsvm-neutron-linuxbridge job runs in a week so it's
probably safe to say it's not contributing to test failures.

Closes-Bug: #1501779

Change-Id: I8e9b27e010d033291497f4e660a97bbae92e75b1
(cherry picked from commit a9dc48f5a4616a505824c3e8520c3dce7436f1b1)
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py