summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>2020-03-02 16:41:40 +0400
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>2020-03-06 12:49:58 +0400
commitb46cf94a25d45dd16362ffe7179c7f426c12e097 (patch)
treeb372206a2c6ab5e5c1167dd470c3cc197589ce48 /setup.cfg
parentfc401959ecedf2b740c3e3156649655c12f2c239 (diff)
downloadtaskflow-b46cf94a25d45dd16362ffe7179c7f426c12e097.tar.gz
Zookeeper backend SSL supportussuri-em4.1.0
Bump kazoo version to 2.6.0 that supports SSL. Allow to configure ssl config options via conf * keyfile * keyfile_password * certfile * use_ssl * verify_certs https://kazoo.readthedocs.io/en/latest/api/client.html#kazoo.client.KazooClient This should be done in conformance with Redis jobboard backend, that already allows SSL settings. Change-Id: Ic2670c3c4caa93f69bc2d541c3701df2b6037d2e
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4d9a748..bf98114 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -57,7 +57,7 @@ taskflow.engines =
# NOTE(dhellmann): The entries in this section of the file need to be
# kept consistent with the entries in test-requirements.txt.
zookeeper =
- kazoo>=2.2 # Apache-2.0
+ kazoo>=2.6.0 # Apache-2.0
zake>=0.1.6 # Apache-2.0
redis =
redis>=2.10.0 # MIT