Merge "Remove bridge cleanup call"

This commit is contained in:
Jenkins 2015-07-02 00:11:29 +00:00 committed by Gerrit Code Review
commit 57ce940fd5
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):