neutron-fwaas/neutron_fwaas/tests/unit
Swaminathan Vasudevan 20fd026116 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
2019-10-03 17:50:04 +00:00
..
db Fix the verification method before creating and updating the firewall rule 2019-04-14 04:44:00 +00:00
privileged Add python binding for libnetfilter_log 2018-08-09 17:45:35 +07:00
services FWaaS-DVR: FWaaS rules not updated in DVR routers on compute host 2019-10-03 17:50:04 +00:00
__init__.py After the services split, get neutron-fwaas Jenkins jobs passing 2014-12-09 00:00:29 -07:00