Comment 8 for bug 1983600

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/854559
Committed: https://opendev.org/openstack/neutron/commit/3f0ea85becbc65f0ffa6a40efcc87c27cb0ca615
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 3f0ea85becbc65f0ffa6a40efcc87c27cb0ca615
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Aug 9 20:10:42 2022 +0200

    [OVN] Remove ACLs with remote SG during deletion of SG

    When a security group is removed, the rules having this security
    group as remote are removed. But the OVN ACL registers related
    to those rules are not removed. This patch catches the security
    group deletion precommit event to perform this cleanup.

    Closes-Bug: #1983600

    Change-Id: I6bb84cb748a2f80f2ff640ceeb3223413f7e92c7
    (cherry picked from commit 1957353ef92ec11766a2ce3d29d51afa8d7fdb3e)