Comment 21 for bug 1813147

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

Reviewed: https://review.openstack.org/635516
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c03cc26ee04734b610d13c694cc8b12ad554b4aa
Submitter: Zuul
Branch: master

commit c03cc26ee04734b610d13c694cc8b12ad554b4aa
Author: Matt Riedemann <email address hidden>
Date: Thu Feb 7 09:04:25 2019 -0500

    Fix deprecation warning for threadgroup.add_timer

    This resolves the following deprecation warning:

    b'/home/zuul/src/git.openstack.org/openstack/nova/.tox/functional-py35/
    lib/python3.5/site-packages/oslo_service/threadgroup.py:193:
    DeprecationWarning: Calling add_timer() with arguments to the callback
    function is deprecated. Use add_timer_args() instead.'

    The add_timer_args method was added in 1.34.0:

      Ib2791342263e2b88c045bcc92adc8160f57a0ed6

    So the required version of oslo.service is also updated.

    Change-Id: Id54226dc926839686906d04ecf8d791c0881f82a
    Partial-Bug: #1813147