Merge "Lower l2pop "isn't bound to any segement" log to debug" into stable/liberty

This commit is contained in:
Jenkins 2015-12-08 05:35:28 +00:00 committed by Gerrit Code Review
commit 4b42953e7e
1 changed files with 2 additions and 3 deletions

View File

@ -167,9 +167,8 @@ class L2populationMechanismDriver(api.MechanismDriver,
segment = context.bottom_bound_segment
if not segment:
LOG.warning(_LW("Port %(port)s updated by agent %(agent)s "
"isn't bound to any segment"),
{'port': port['id'], 'agent': agent})
LOG.debug("Port %(port)s updated by agent %(agent)s isn't bound "
"to any segment", {'port': port['id'], 'agent': agent})
return
network_types = self.get_agent_l2pop_network_types(agent)