[release][oslo] oslo.service release 0.3.0 (liberty)
We are happy to announce the release of: oslo.service 0.3.0: oslo.service library This release is part of the liberty 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.3.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.service Changes in oslo.service 0.2.0..0.3.0 ------------------------------------ 0ea491f Ensure we set the event and wait on the timer in the test c527448 Make it easier to use the eventlet backdoor locally cbb17bd Track created thread and disallow more than one start being active 42c7275 Add greenlet to requirements 0c9b7ae Add tox target to find missing requirements Diffstat (except docs and test files) ------------------------------------- oslo_service/eventlet_backdoor.py | 42 ++++++++++++++++++++++--- oslo_service/loopingcall.py | 46 ++++++++++++++++++---------- requirements.txt | 1 + tox.ini | 8 +++++ 7 files changed, 118 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 14b1422..1ed395c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,0 +7 @@ eventlet>=0.17.4 +greenlet>=0.3.2
participants (1)
-
davanum@gmail.com