Comment 11 for bug 1939723

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/818151
Committed: https://opendev.org/openstack/neutron/commit/cb083bdbcfc15a2c5f1ed0e0273b607752d7194e
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit cb083bdbcfc15a2c5f1ed0e0273b607752d7194e
Author: Nguyen Thanh Cong <email address hidden>
Date: Thu Nov 11 21:00:23 2021 +0700

    [OVN] Fix port disable security dead when run neutron-ovn-db-sync-util

    Port disable security should not have been in acl neutron_pg_drop, but
    when run neutron-ovn-db-sync-util, port disable security still added
    to ACL neutron_pg_drop. It because port disable security is not
    trusted port.

    Co-authored-by: archiephan <email address hidden>

    Closes-Bug: #1939723
    Change-Id: Iebce0929e3e68ac5be0acaf5cdac4f5833cb9f2f
    (cherry picked from commit 4511290b726f605384285228a28ad7b32a4b8c43)