Merge "OVS agent: handle deleted ports on each rpc_loop iteration" into stable/kilo

This commit is contained in:
Jenkins 2015-11-18 01:12:13 +00:00 committed by Gerrit Code Review
commit fcba10a370
1 changed files with 1 additions and 0 deletions

View File

@ -1485,6 +1485,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):