kuryr-kubernetes/kuryr_kubernetes/tests/unit/controller
Michał Dulko 9d0b053c4f Workaround OVN bug causing subports to be DOWN
Neutron should make a subport that is already attached to a trunk ACTIVE
immediately. Unfortunately there seems to be an OVN bug causing an event
triggering this to be lost, leaving the port in DOWN state forever. This
is a disaster for Kuryr, because we can't proceed to wire the pods in
such case.

This commit attempts to workaround this by making Kuryr reattach the
ports that are in DOWN state for more than 90 seconds after they're
plugged.

Change-Id: If9a3968d68dced588614cd5521d4a111e78d435f
2021-06-08 16:50:06 +02:00
..
drivers Merge "Fix NPs for OVN LBs with hairpin traffic" 2021-05-06 11:57:30 +00:00
handlers Workaround OVN bug causing subports to be DOWN 2021-06-08 16:50:06 +02:00
managers Fix pep8 job after flake8 upgrade 2020-05-12 11:55:06 +02:00
__init__.py Controller service base 2016-10-04 21:56:50 +03:00
test_service.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00