Comment 10 for bug 1951296

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/818474
Committed: https://opendev.org/openstack/neutron/commit/1255eded3c7c699e2d2d25e460fc23303a3091ca
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 1255eded3c7c699e2d2d25e460fc23303a3091ca
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)