Comment 10 for bug 1939723

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

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

commit 32cc39663ae68fa14ba01bcd38c783c9a8004f40
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)