neutron/neutron/tests/unit/cmd
Slawek Kaplonski ce53fb55ad [OVN] Warn about invalid OVN and FIP PF config during start of Neutron
In case when port_forwarding service plugin is enabled and vlan or flat
network (provider network types) is configured as one of the
tenant_network_types in the ML2 config there is an issue with
centralized and distributed traffic.
FIP port forwarding in ovn backend are implemented as OVN Load balancers
thus are always centralized but if "enable_distributed_floating_ip" is
set to True, FIPs are distributed. And in such case it won't work as
expected as either it tries to send FIP PF's traffic as distributed when
"reside-on-redirect-chassis" for LRP is set to "false" or
tries to centralized everything (even FIP which should be distributed)
when "reside-on-redirect-chassis" is set to "true".

It's not really easy to avoid that issue from the code so this patch
adds warning in the upgrade checks and also log warning about it during
start of the neutron server process to at least warn cloud admin that
such potential issue may happen in the cloud.

Related-Bug: #2028846
Change-Id: I398f3f676c59dc794cf03320fa45efc7b22fc003
2024-02-06 14:46:48 +00:00
..
ovn Fix remaining typos in comments and tests 2022-07-06 21:20:27 +05:30
upgrade_checks [OVN] Warn about invalid OVN and FIP PF config during start of Neutron 2024-02-06 14:46:48 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_netns_cleanup.py Migrate "netstat" to oslo.privsep 2020-06-19 14:59:11 +00:00
test_ovs_cleanup.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_runtime_checks.py Use convert_version_to_tuple() throughout tree 2023-10-20 18:03:21 -04:00
test_sanity_check.py Added common config and SR-IOV agent config to sanity check 2021-04-27 15:05:00 +00:00
test_status.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00