Merge "Resubmit of "Remove bridge cleanup call" fix" into stable/juno

This commit is contained in:
Jenkins 2015-11-02 22:13:15 +00:00 committed by Gerrit Code Review
commit b6d966d415
1 changed files with 0 additions and 1 deletions

View File

@ -941,7 +941,6 @@ class LinuxBridgeNeutronAgentRPC(sg_rpc.SecurityGroupAgentRpcMixin):
LOG.info(_("Port %s updated."), device)
else:
LOG.debug(_("Device %s not defined on plugin"), device)
self.br_mgr.remove_empty_bridges()
if self.prevent_arp_spoofing:
arp_protect.delete_arp_spoofing_protection(devices)
return resync