We are tickled pink to announce the release of: oslo.service 1.19.0: oslo.service library This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.service Download the package from: https://pypi.python.org/pypi/oslo.service Please report issues through launchpad: http://bugs.launchpad.net/oslo.service For more details, please see below. 1.19.0 ^^^^^^ New Features * Add a new type of looping call: FixedIntervalWithTimeoutLoopingCall. It is a FixedIntervalLoopingCall with timeout checking. Changes in oslo.service 1.18.0..1.19.0 -------------------------------------- d05e086 Add FixedIntervalWithTimeoutLoopingCall c113cfb Add Constraints support 8e6fd4b Show team and repo badges on README 53ba273 Update .coveragerc after the removal of respective directory 5077f40 Delete python bytecode file Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- README.rst | 9 ++++++ oslo_service/loopingcall.py | 32 ++++++++++++++++++++++ .../add-timeout-looping-call-5cc396b75597c3c2.yaml | 5 ++++ tools/tox_install.sh | 30 ++++++++++++++++++++ tox.ini | 11 ++++++-- 7 files changed, 94 insertions(+), 4 deletions(-)