Comment 10 for bug 1983600

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/854558
Committed: https://opendev.org/openstack/neutron/commit/0cccea36ffb0658cce03a16f65d4024c2de27c11
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 0cccea36ffb0658cce03a16f65d4024c2de27c11
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)