nova/nova/servicegroup
Matt Riedemann c03cc26ee0 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
2019-02-07 09:37:00 -05:00
..
drivers Fix deprecation warning for threadgroup.add_timer 2019-02-07 09:37:00 -05:00
__init__.py Fix IBM copyright strings 2013-03-01 14:18:23 -05:00
api.py Fix the display of updated_at time when using memcache driver. 2017-05-26 16:48:07 +08:00