neutron/neutron/agent
Slawek Kaplonski 9c2029c2c8 Improve DHCP agent's debug messages
When new port is created dhcp agent checks if IP addresses which are
assigned to that port aren't already associated with different ports
which are in agent's cache.
When it finds such duplicate IPs, resync of the network is scheduled.

The problem is that debug message which informs about such duplicate
IPs isn't very "verbose".
With this patch it will log new and cached port ids as well as ip
addresses on both of those ports. That should make easier to understand
why such duplicates are in the cache.

This patch also adds logging when methods like
_{network|subnet|port}_{create|update|delete} are called and with what
arguments exactly. This should help investigation what exactly happens
with some specific port in the dhcp agent.

Related-bug: #1828423

Change-Id: I964a3d843aeedef424a4466932bf702ea1b4320e
2021-01-21 15:26:32 +00:00
..
common Merge "Fix multicast traffic with IGMP snooping enabled" 2021-01-04 15:35:25 +00:00
dhcp Improve DHCP agent's debug messages 2021-01-21 15:26:32 +00:00
l2 Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3 Merge "Don't fail if FIP is not in port forwarding cache during cleaning" 2020-12-06 05:37:19 +00:00
linux Change the logic of "catch_exceptions" 2020-12-24 16:27:13 +00:00
metadata Delete HA metadata proxy PID and config with elevated privileges 2020-12-13 21:50:31 +00:00
ovn Merge "[OVN] ovn-metadata-agent: Retry registering Chassis at startup" 2020-12-15 20:04:57 +00:00
ovsdb Remove "ovs-vsctl" support from rootwrap 2020-11-23 16:23:36 +00:00
windows Add missing "process_name" argument on Windows 2020-11-18 13:04:37 +02:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
firewall.py Revert "Process ingress multicast traffic for 224.0.0.X separately" 2020-10-24 08:27:38 +00:00
l3_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py Ignore first local port update notification 2019-07-04 12:06:11 +00:00
rpc.py Agent side push notifications for address groups 2020-11-09 21:23:47 +00:00
securitygroups_rpc.py Support remote address group in SG rules 2020-11-25 10:34:02 -06:00