Comment 3 for bug 1827480

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to osprofiler (master)

Reviewed: https://review.opendev.org/656929
Committed: https://git.openstack.org/cgit/openstack/osprofiler/commit/?id=5386d7c40cdaef39a08b69fcce96467a5396c6ee
Submitter: Zuul
Branch: master

commit 5386d7c40cdaef39a08b69fcce96467a5396c6ee
Author: XiaojueGuan <email address hidden>
Date: Fri May 3 15:40:04 2019 +0800

    change function list_traces of mongodb module

    osprofiler fails when it is configed with mongon.
    the minimum version of pymongo osprofile requires is 3.0.2
    and in this version and after when function list_traces is
    is invoked error will show described in the bug issue.

    Change-Id: I2510660c36aaa89117a97c67b4cb61fa3dade14d
    Closes-Bug: 1827480