neutron/neutron/tests/unit/api
Slawek Kaplonski 72ecd57666 Port update will trigger less notifications to the DHCP agents
After port update, DHCP agent will be notified about changes only if
one of the port's attributes related somehow to the DHCP will change.
Such fields are:
* fixed_ips,
* MAC address,
* dns_domain,
* dns_name,
* dns_assignment,
* extra_dhcp_opts.

In other cases there is no reason to send notifications to the agent.
This will results with less notifications to the DHCP agent and less
possibilities to race condition between DHCP and L2 agents while
switching ports from the DOWN to ACTIVE status and sending notifications
to nova.

Conflicts:
    neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py

Closes-Bug: #1982367
Change-Id: If7990bdec435af76ad2e88fd4ea2bc24a255fd5a
(cherry picked from commit 06ddcaf436)
(cherry picked from commit 14ff8dca34)
2022-07-29 14:05:14 +00:00
..
rpc Port update will trigger less notifications to the DHCP agents 2022-07-29 14:05:14 +00:00
v2 Fix bug: AttributeError arises while sorting with standard attributes 2019-05-29 17:58:51 +08:00
__init__.py Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
test_api_common.py Generate correct url in api pagination 2018-06-07 09:35:50 -05:00
test_extensions.py remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00