[openstack-dev] [new][oslo] tooz 1.37.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Tue May 24 22:17:00 UTC 2016
We are pleased to announce the release of:
tooz 1.37.0: Coordination library for distributed systems.
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/tooz
With package available at:
https://pypi.python.org/pypi/tooz
Please report issues through launchpad:
http://bugs.launchpad.net/python-tooz/
For more details, please see below.
Changes in tooz 1.36.0..1.37.0
------------------------------
ad9ce08 Remove unused consul future result
38cd610 Updated from global requirements
f917844 Add a consul based driver
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 3 +-
setup-consul-env.sh | 108 +++++++++++++++++++++++
setup.cfg | 1 +
tooz/drivers/consul.py | 186 ++++++++++++++++++++++++++++++++++++++++
tox.ini | 9 +-
6 files changed, 307 insertions(+), 3 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 01de29c..e57d7e0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=1.6 # Apache-2.0
-stevedore>=1.9.0 # Apache-2.0
+stevedore>=1.10.0 # Apache-2.0
@@ -18,0 +19 @@ requests!=2.9.0,>=2.8.1 # Apache-2.0
+python-consul>=0.4.7 # MIT License
More information about the OpenStack-dev
mailing list