Comment 8 for bug 1791178

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

Reviewed: https://review.openstack.org/603041
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1c1bb732021a318143a4a5eef461fdbe2ccac42e
Submitter: Zuul
Branch: stable/rocky

commit 1c1bb732021a318143a4a5eef461fdbe2ccac42e
Author: Brian Haley <email address hidden>
Date: Wed Sep 12 10:54:47 2018 -0600

    Fix pylint warning with eventlet > 0.22.0

    When eventlet was bumped up to 0.24.1 in upper-constraints [1]
    it started generating a pylint warning, since neutron has
    support for older versions such as 0.22.0 that take a different
    number of arguments. Just silence the warning.

    [1] https://review.openstack.org/#/c/589382/

    This warning can also happen on 0.20 packages with backport fixes

    Change-Id: I169ecb6f33b670c5469919214a32645cd9eda206
    Closes-Bug: #1791178
    (cherry picked from commit db7e19d2ba3fcde0510be0094a4851178fae578b)