Merge "LB agent: Downgrade network not available message"
This commit is contained in:
commit
4cd06d5531
@ -733,7 +733,7 @@ class LinuxBridgeRpcCallbacks(
|
||||
network_id)
|
||||
return
|
||||
else:
|
||||
LOG.error(_LE("Network %s is not available."), network_id)
|
||||
LOG.debug("Network %s is not on this agent.", network_id)
|
||||
return
|
||||
|
||||
bridge_name = self.agent.mgr.get_bridge_name(network_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user