Comment 14 for bug 2037239

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/897439
Committed: https://opendev.org/openstack/neutron/commit/de121943ee8edcdbf8c4e8c0212f89f3e2526fd5
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit de121943ee8edcdbf8c4e8c0212f89f3e2526fd5
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Oct 3 21:20:34 2023 +0000

    Fix the ``log.setup`` method call with "fix_eventlet=False"

    Since [1], present in oslo.log 5.3.0, the ``log.setup`` method is
    unpatching the evenlet thread module. That is causing several problems
    in some Neutron services, in particular the keepalived-state-change
    service.

    Within this oslo.log version, the patch [2] is provided to call this
    method without unpatching any eventlet module.

    This patch is also bumping the minimum required version of oslo.log
    to 5.3.0, in order to call the ``log.setup`` method with the kwarg
    "fix_eventlet=False".

    [1]https://review.opendev.org/c/openstack/oslo.log/+/852443
    [2]I4bbcfe7db6d75188e61b9084cb02b2dd2aaa0c76

    Closes-Bug: #2037239

    Change-Id: Iea77d20bec330b692e3e8c9e38b3a62e2047b4f4
    (cherry picked from commit 0aa154b5ce9dc8da73309fb212843a2b69b68696)