Merge "OVSNeutronAgent.rpc_loop is always called with "polling_manager""

This commit is contained in:
Zuul 2018-11-05 23:53:29 +00:00 committed by Gerrit Code Review
commit 75af9170a4
1 changed files with 1 additions and 5 deletions

View File

@ -2070,11 +2070,7 @@ class OVSNeutronAgent(l2population_rpc.L2populationRpcCallBackTunnelMixin,
polling_manager.stop()
polling_manager.start()
def rpc_loop(self, polling_manager=None, bridges_monitor=None):
if not polling_manager:
polling_manager = polling.get_polling_manager(
minimize_polling=False)
def rpc_loop(self, polling_manager, bridges_monitor=None):
sync = False
ports = set()
updated_ports_copy = set()