Comment 6 for bug 2028161

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ovn-octavia-provider (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/889098
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/eaba2f304963456ca5afe30cd6acb3d1e2083198
Submitter: "Zuul (22348)"
Branch: stable/zed

commit eaba2f304963456ca5afe30cd6acb3d1e2083198
Author: Fernando Royo <email address hidden>
Date: Wed Jul 19 12:50:09 2023 +0200

    Add FIP on LogicalSwitchPortUpdate event

    When a LogicalSwitchPortUpdate event is triggered after removing
    FIP from LB VIP, the event received include the port affected,
    but the FIP related is not passing to the handler method.

    This patch includes the FIP into the info passed to the handler
    method, simplifying the current handler logic and providing
    future support for the new multi-vip feature. Also added a match
    for only manage events including external_id updates.

    Closes-Bug: #2028161
    Change-Id: Ibee3906e8e9575fba7811e989e3e111a026ce45b
    (cherry picked from commit e9a55cd2b6eca09e14a18212d8d537eaa7ac17d7)