Merge "Make tunnel_sync logging less verbose"

This commit is contained in:
Jenkins 2016-04-19 22:29:20 +00:00 committed by Gerrit Code Review
commit 77844f08f3
1 changed files with 1 additions and 1 deletions

View File

@ -1668,7 +1668,7 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin,
return
def tunnel_sync(self):
LOG.info(_LI("Configuring tunnel endpoints to other OVS agents"))
LOG.debug("Configuring tunnel endpoints to other OVS agents")
try:
for tunnel_type in self.tunnel_types: