Comment 2 for bug 1899148

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr-kubernetes (master)

Reviewed: https://review.opendev.org/757077
Committed: https://git.openstack.org/cgit/openstack/kuryr-kubernetes/commit/?id=d26133a02d9306e1561bca5f29dcb7203fe2b9c7
Submitter: Zuul
Branch: master

commit d26133a02d9306e1561bca5f29dcb7203fe2b9c7
Author: Roman Dobosz <email address hidden>
Date: Fri Oct 9 12:27:00 2020 +0200

    Fix restoring listener in case of removing NP.

    In case of using amphora with Octavia, and network policy, which
    blocking the traffic within the namespace, LB listener was set to
    offline state. After removal of the NP, listener state still was
    offline. In this patch we fix that case.

    Change-Id: I406cdc7d368122c6f828e9fa481d267e56b22ca6
    Closes-Bug: 1899148