neutron/neutron/api
Rodolfo Alonso Hernandez b0a93df476 Update DHCP port information during setup
When setting up the DHCP agent of a network, the DHCP namespace external
port is configured. If this port already exists and the fixed IP
addresses are correctly configured (in the DHCP subnets range), the port
is used as is.

Sometimes, because of 1627480 or 1841636, the port information is not
correctly retrieved. This patch does not solve it but mitigates the
process of resynchronizing the network DHCP. If the stored DHCP port
does not have the correct information, the agent calls the RPC plugin to
retrieve from the server the DHCP port updated information, including
the fixed IP address and the subnets.

Change-Id: Iff40e7bba645ee12c2001d7ce735a36e0ddc81e9
Related-Bug: #1627480
Related-Bug: #1841636
2019-09-11 07:06:40 +00:00
..
rpc Update DHCP port information during setup 2019-09-11 07:06:40 +00:00
v2 Add base support for update_port_bulk 2019-07-05 21:07:29 +00:00
views Add a new configuration variable for api links. 2017-04-18 15:16:41 +00:00
__init__.py Added API extensions to detect sorting/pagination features 2016-08-01 22:57:15 +02:00
api_common.py Fix bug: AttributeError arises while sorting with standard attributes 2019-05-29 17:58:51 +08:00
extensions.py remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00