]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove bridge cleanup call
authorSean M. Collins <sean@coreitpro.com>
Tue, 30 Jun 2015 16:06:07 +0000 (12:06 -0400)
committerSean M. Collins <sean@coreitpro.com>
Tue, 30 Jun 2015 16:06:07 +0000 (12:06 -0400)
commit8dd8a7d93564168b98fa2350eedf56acede42b0f
treef2b8ffb519e3bc08819e07925d9ba865e0445805
parent49b64ca6bce3fef1e719a3ca7b66fd5b3452d54f
Remove bridge cleanup call

Remove the bridge cleanup call to delete bridges, since we are seeing
race conditions where bridges are deleted, then new interfaces are
created and are attempting to plug into the bridge before it is
recreated.

Change-Id: I4ccc96566a5770384eacbbdc492bf09a514f5b31
Related-Bug: #1328546
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py