There is nothing wrong or interesting in that log message that would be
useful during general cloud operation. It may be useful when debugging
an issue, so leaving the message, but with lowered log level.
Change-Id: I6c16a829665b602da84c0d694fcc5f8ad5ed546b
# Do not bind a port if it's already bound
cur_tag = tags_by_name.get(port.port_name)
if cur_tag is None:
- LOG.info(_LI("Port %s was deleted concurrently, skipping it"),
- port.port_name)
+ LOG.debug("Port %s was deleted concurrently, skipping it",
+ port.port_name)
continue
if cur_tag != lvm.vlan:
self.int_br.delete_flows(in_port=port.ofport)