neutron-fwaas/neutron_fwaas/tests
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
..
contrib Convert gate_hook to devstack-tools 2017-03-09 16:44:18 +00:00
etc/neutron/policy.d tests: don't rely on configuration files outside tests directory 2018-03-28 00:57:49 +00:00
functional Support IPv6 for netlink_conntrack 2018-01-24 02:29:57 +00:00
tempest_plugin Fix pep8 new warnings and pip install error 2018-04-25 13:46:24 +02:00
unit FWaaS-DVR: FWaaS rules not updated in DVR routers on compute host 2019-10-04 18:26:08 +00:00
__init__.py After the services split, get neutron-fwaas Jenkins jobs passing 2014-12-09 00:00:29 -07:00
base.py Merge "Fix pep8 new warnings and pip install error" into stable/queens 2018-04-30 18:01:31 +00:00