Merge "Make tunnel_sync logging less verbose"
This commit is contained in:
commit
77844f08f3
@ -1668,7 +1668,7 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin,
|
|||||||
return
|
return
|
||||||
|
|
||||||
def tunnel_sync(self):
|
def tunnel_sync(self):
|
||||||
LOG.info(_LI("Configuring tunnel endpoints to other OVS agents"))
|
LOG.debug("Configuring tunnel endpoints to other OVS agents")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
for tunnel_type in self.tunnel_types:
|
for tunnel_type in self.tunnel_types:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user