]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Downgrade log level for gone port on status update
authorKevin Benton <blak111@gmail.com>
Thu, 2 Jul 2015 08:45:46 +0000 (01:45 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 2 Jul 2015 09:07:12 +0000 (02:07 -0700)
commit197aa10487d6cf8081099f33aae1ec7efe4f9545
tree93892d7ff1e0ee568938602075bde80869172cdf
parent5e9ea5acefa516a4ca969d578bac63e6cc58190e
Downgrade log level for gone port on status update

If a port is deleted immediately before a status update arrives
from the L2 agent, the port will be missing from the DB. The current
code was logging this at the warning level, but this occurs during
normal operations so it should only be a debug event.

Change-Id: I22af81e6807bfccb4c906ec0873fcbfca67b72df
neutron/plugins/ml2/plugin.py