Comment 20 for bug 1811515

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/657752
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d2d57371dc7dd35b1f66eb6390d96dfc512eeca1
Submitter: Zuul
Branch: master

commit d2d57371dc7dd35b1f66eb6390d96dfc512eeca1
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu May 9 13:19:11 2019 +0000

    Bump Pyroute2 version to 0.5.5

    Pyroute2 is modifying the default logger, adding NullHandler to it. If
    the logger is not properly configured, like in any service or agent
    spawn in Neutron, the only handler will be NullHandler. This prevents
    from rendering the message passed, as when StreamHandler is used.

    This issue is present only in version 0.5.4 and 0.5.5. Current Pyroute2
    master version implements a new logger which removes this problem.

    [1]https://github.com/svinota/pyroute2/blob/0.5.5/pyroute2/__init__.py#L78-L79

    Change-Id: Ic89d8503e9d1a7f622f0c3a148bf78766b92ed08
    Related-Bug: #1811515