neutron/neutron/api/rpc
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
..
agentnotifiers Add "network_id" to "_after_router_interface_deleted" payload 2021-07-28 11:26:27 +00:00
callbacks Add Local IP L2 extension skeleton 2021-11-11 10:25:27 +03:00
handlers Pass host parameter to the get_network_info method 2022-02-01 08:28:15 +01:00
__init__.py Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00