Comment 8 for bug 1951296

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/818471
Committed: https://opendev.org/openstack/neutron/commit/8cc9ead9198bfb280aaf16de0f529764f345091b
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 8cc9ead9198bfb280aaf16de0f529764f345091b
Author: Jakub Libosvar <email address hidden>
Date: Wed Nov 17 17:29:13 2021 +0000

    ovn: Filter ACL columns when syncing the DB

    The patch filters columns from OVN DB only to those that are used by the
    ovn mechanism driver. It means generated ACLs from Neutron DB and ACLs
    obtained from the OVN DB will always have the same columns. This is
    useful for db sync script when comparing if given security group rule
    has corresponding ACL in the OVN DB.

    Closes-Bug: #1951296
    Signed-off-by: Jakub Libosvar <email address hidden>
    Change-Id: I39e3b987b8546fd970a933b846ed23c8a2588258
    (cherry picked from commit 23b99e2f127731c85f63c88c7144aa0a111c4abf)