neutron-fwaas/neutron_fwaas/services
Swaminathan Vasudevan eab443dc09 FWaaS-DVR: FWaaS rules not updated in DVR routers on compute host
When a firewall is created after the routers have been deployed,
we are supposed to manually do a firewall-update on specific routers
where we wanted the firewall policy to be applied in the case of
FWaaS-v1.
But in the case of DVR routers, we have seen the firewall-update
for routers that are deployed in the compute hosts are not getting
propagated properly.
The reason is the firewall update, firewall delete and firewall
create events are not notified to all the respective router hosts.
The original code only handles getting the host information from
the routers that are scheduled to the l3 agent, but in the case of
DVR routers, the routers are only scheduled to the network node l3
agents and the other distributed routers on compute are created
based on the service port binding.

This bug is applicable only for FWaaS-v1 and the patch should be
applied for Rocky release and below, since FWaaS-v1 is not supported
in Stein and Train release.

This patch fixes the problem described above by taking care of
collecting all the hosts involved with DVR routers and notifying
them.

Change-Id: I7ef193baba9447d0f09cd9544cce9d05a956b920
Closes-Bug: #1845557
(cherry picked from commit 20fd026116)
2019-10-04 18:26:08 +00:00
..
firewall FWaaS-DVR: FWaaS rules not updated in DVR routers on compute host 2019-10-04 18:26:08 +00:00
__init__.py Split fwaas services code into neutron-fwaas 2014-12-08 13:38:07 -07:00