Comment 13 for bug 2008712

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/881662
Committed: https://opendev.org/openstack/neutron/commit/e4cf8cc0a612f1a3831658ce6f0e675f5e455652
Submitter: "Zuul (22348)"
Branch: stable/zed

commit e4cf8cc0a612f1a3831658ce6f0e675f5e455652
Author: elajkat <email address hidden>
Date: Fri Mar 10 13:29:48 2023 +0100

    Delete sg rule which remote is the deleted sg

    Based on bug #2008712 if we have a security-group which
    is the remote group of a 2nd security-group, the backend
    never deletes the rule of the 2nd group which
    remote_group_id is the original security-group.
    By AFTER_DELETE event for each rule that has the
    security_group_id as remote_group_id, we can make the
    mech drivers do their work and delete these rules in the
    backend.

    Change-Id: I207ecf7954b06507e03cb16b502ceb6e2807e0e7
    (cherry picked from commit 63584957203ec9f5ba165177978213c3909f81f0)
    Closes-Bug: #2008712