[release][oslo] oslo.service release 0.13.0 (mitaka)
We are glad to announce the release of: oslo.service 0.13.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.13.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.service Changes in oslo.service 0.12.0..0.13.0 -------------------------------------- 1b136ad Default value of graceful_shutdown_timeout is set to 60sec b032e8b Updated from global requirements acc9eb1 Support for SSL protocol and cipher controls f4c1f1c Forbid launching services with 0 or negative number of workers 3ae36f6 Avoid removing entries for timers that didn't stop Diffstat (except docs and test files) ------------------------------------- oslo_service/_options.py | 12 +++++++++++- oslo_service/service.py | 4 ++++ oslo_service/sslutils.py | 29 +++++++++++++++++++++++++++++ oslo_service/threadgroup.py | 9 ++++++++- requirements.txt | 2 +- 7 files changed, 84 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3ba4f5a..e7c0509 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.config>=2.6.0 # Apache-2.0 -oslo.log>=1.8.0 # Apache-2.0 +oslo.log>=1.12.0 # Apache-2.0
participants (1)
-
davanum@gmail.com