summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-07-07 16:35:44 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-07-22 18:27:19 +0200
commit9189b4bb26f2f9bb2b39dffd5881eb2dd04af401 (patch)
tree2695357ada8f891a85fb6e091a4545074b98ae8f /requirements.txt
parent3c47122f363756911f066f8cf8ecb0b1cac1335b (diff)
downloadironic-9189b4bb26f2f9bb2b39dffd5881eb2dd04af401.tar.gz
Add an option to choose the hash ring algorithm
MD5 is not available in FIPS mode, we need a way to use something else. Change-Id: Ie6e09ac66028cbe18717a7ea7a4c23730e3cb642
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9a59e6777..50053460e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -43,5 +43,5 @@ oslo.versionedobjects>=1.31.2 # Apache-2.0
jsonschema>=3.2.0 # MIT
psutil>=3.2.2 # BSD
futurist>=1.2.0 # Apache-2.0
-tooz>=1.58.0 # Apache-2.0
+tooz>=2.7.0 # Apache-2.0
openstacksdk>=0.37.0 # Apache-2.0