neutron/neutron/api
Slawek Kaplonski 8fd88fd223 Pass host parameter to the get_network_info method
Host parameter is needed there to filter subnets per segment when
segments plugin is enabled.
When dhcp agent requests informations about networks, and segments
plugin is enabled, subnets which belongs to the network are filtered out
based on the host passed as argument to the get_network_info() method.
But we never passed host to that method, even when we should e.g.
during the full sync of the DHCP agent, when it requests details about
each network.
This patch fixes that issue by passing host parameter to that method.

Closes-Bug: #1958955
Change-Id: Ib5eef501493f6735a47ea085196242a5807c4565
2022-02-01 08:28:15 +01:00
..
rpc Pass host parameter to the get_network_info method 2022-02-01 08:28:15 +01:00
v2 Merge "Execute the quota reservation removal in an isolated DB txn" 2021-10-02 03:05:26 +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 Remove "six" library 2020-07-28 16:55:52 +00:00
converters.py Sanitize profile column of ml2_port_bindings table in the DB 2021-10-21 15:17:24 +02:00
extensions.py Don't use singleton in routes.middleware.RoutesMiddleware 2021-09-04 09:25:19 +00:00