Comment 9 for bug 1951296

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/818472
Committed: https://opendev.org/openstack/neutron/commit/f89df138b5cbc67b3afc2b757b11c6c99eb27e7e
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit f89df138b5cbc67b3afc2b757b11c6c99eb27e7e
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)