Comment 12 for bug 2017145

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

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

commit da43b03eb224249490d862cae6cec3962e4481a4
Author: Elvira García <email address hidden>
Date: Thu Apr 20 16:39:12 2023 +0200

    [OVN] Update ovn meter when neutron server reloads

    Up until now, we needed to remove all logging objects to see the
    meter-band properties being changed after a server restart. Now we check
    for inconsistencies between the neutron configuration and the OVN
    meter-band object after a restart. The function create_ovn_fair_meter is
    now located in the ovn_driver instead of the log_driver so as to be able
    to call it from the maintenance task.

    Conflicts:
        neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py
        neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py
        neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_client.py
        neutron/services/logapi/drivers/ovn/driver.py

    Closes-bug: #2017145
    Signed-off-by: Elvira García <email address hidden>
    Change-Id: I24cef85ed68c893a740445707f88296d763c8de8
    (cherry picked from commit c3602ac19b62b77d3cb763746e124881d4c061e4)