Comment 6 for bug 1996780

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/865899
Committed: https://opendev.org/openstack/neutron/commit/89c97e8a493b3abc75ac94a46a70c1d799515065
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 89c97e8a493b3abc75ac94a46a70c1d799515065
Author: Elvira García <email address hidden>
Date: Thu Nov 10 00:47:53 2022 +0100

    Fix behaviour of enable/disable in OVN network log

    Previously, only the first log object created that associated to a
    certain ACL would be able to make changes to the True/False property of
    that ACL. This patch makes the driver to take in consideration each log
    object created to enable or disable an ACL logging status. A functional
    test is added so as to ensure correct behaviour of this feature.

    Closes-Bug: #1996780
    Change-Id: Ib9663495f30562f79babef163729a0c43812089d
    Signed-off-by: Elvira García <email address hidden>
    (cherry picked from commit f629b77d3c821717333eb740311a33a7a45b0e8d)