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
This commit is contained in:
Sean M. Collins 2015-06-30 12:06:07 -04:00
parent 49b64ca6bc
commit 8dd8a7d935
1 changed files with 0 additions and 1 deletions

View File

@ -948,7 +948,6 @@ class LinuxBridgeNeutronAgentRPC(service.Service):
LOG.info(_LI("Port %s updated."), device)
else:
LOG.debug("Device %s not defined on plugin", device)
self.br_mgr.remove_empty_bridges()
return resync
def scan_devices(self, previous, sync):