Merge "OVS agent: handle deleted ports on each rpc_loop iteration"

This commit is contained in:
Jenkins 2015-09-05 08:54:54 +00:00 committed by Gerrit Code Review
commit 40373e8e03
1 changed files with 1 additions and 0 deletions

View File

@ -1550,6 +1550,7 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin,
def _agent_has_updates(self, polling_manager):
return (polling_manager.is_polling_required or
self.updated_ports or
self.deleted_ports or
self.sg_agent.firewall_refresh_needed())
def _port_info_has_changes(self, port_info):