Comment 23 for bug 2032929

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/893460
Committed: https://opendev.org/openstack/neutron/commit/226220ac3c9f651ea4d5b564f7cbe1acd3a272a8
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 226220ac3c9f651ea4d5b564f7cbe1acd3a272a8
Author: Elvira García <email address hidden>
Date: Thu Aug 24 10:31:30 2023 +0200

    [OVN] Fix rate and burst for stateless security groups

    Right now, as per kernel limitation, the burst limit is not correctly
    enforcing the rate and burst when using the ovn "log-related" option and
    stateless security groups. We log exactly double the burst. Creating a
    new meter that limits the rate and burst to half of the expected ones is
    a workaround that solves the issue.

    Closes-bug: #2032929

    Conflicts:
     - neutron/services/logapi/drivers/ovn/driver.py
     - neutron/tests/functional/services/logapi/drivers/ovn/test_driver.py

    Signed-off-by: Elvira García <email address hidden>
    Change-Id: Ib0047d38c58bcebb23c8887e7934987ff8c8a432
    (cherry picked from commit a3a113aedbf40fdb8d90179033773a9d225a0735)