[openstack-announce] [release][oslo] oslo.service release 0.12.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Nov 9 23:05:37 UTC 2015


We are amped to announce the release of:

oslo.service 0.12.0: oslo.service library

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.service

With package available at:

    https://pypi.python.org/pypi/oslo.service

For more details, please see the git log history below and:

    http://launchpad.net/oslo.service/+milestone/0.12.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.service

Changes in oslo.service 0.11.0..0.12.0
--------------------------------------

15d0290 Document graceful_shutdown_timeout config option
af808b4 Remove py26 env from test list
95e09d2 Added config option graceful_shutdown_timeout
9410047 Updated from global requirements
a430c83 Add docstring for LoopingCallBase._start()
3d79348 Updated from global requirements
cb7ea40 Move backoff looping call from IPA to oslo.service

Diffstat (except docs and test files)
-------------------------------------

oslo_service/_options.py               |   4 ++
oslo_service/loopingcall.py            | 108 ++++++++++++++++++++++++++++++++
oslo_service/service.py                |  21 ++++++-
requirements.txt                       |   4 +-
tox.ini                                |   2 +-
9 files changed, 277 insertions(+), 73 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 806b7a8..3ba4f5a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ monotonic>=0.3 # Apache-2.0
-oslo.utils>=2.4.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
@@ -12 +12 @@ oslo.concurrency>=2.3.0 # Apache-2.0
-oslo.config>=2.3.0 # Apache-2.0
+oslo.config>=2.6.0 # Apache-2.0





More information about the OpenStack-announce mailing list