summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-09-10 07:21:55 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-09-10 07:21:55 -0400
commitf00112ba508773ab933acbbb9196e989e687e010 (patch)
tree88106ef3171c16f28668dab7b15780fe2df8f47b
parent06bc733ffae14782b8fcbc509c07ee6822b74122 (diff)
downloadcinder-f00112ba508773ab933acbbb9196e989e687e010.tar.gz
Require os-brick >= 4.0.1
Require victoria os-brick for the upcoming victoria cinder release. Contains a fix related to OSSN-0086, among other things. Change-Id: I81b49aaa5dd0a157b1c29244b9923186c2c2f610
-rw-r--r--lower-constraints.txt2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index b0203aa4a..49e7cbfbc 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -57,7 +57,7 @@ netifaces==0.10.7
networkx==2.1.0
oauth2client==1.5.0
os-api-ref==1.4.0
-os-brick==3.1.0
+os-brick==4.0.1
os-client-config==1.29.0
os-win==4.2.0
oslo.cache==1.29.0
diff --git a/requirements.txt b/requirements.txt
index 8380e0132..d948cc9c1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -56,7 +56,7 @@ tenacity>=6.0.0 # Apache-2.0
WebOb>=1.7.1 # MIT
oslo.i18n>=3.24.0 # Apache-2.0
oslo.vmware>=2.35.0 # Apache-2.0
-os-brick>=3.1.0 # Apache-2.0
+os-brick>=4.0.1 # Apache-2.0
os-win>=4.2.0 # Apache-2.0
tooz>=1.58.0 # Apache-2.0
google-api-python-client>=1.4.2 # Apache-2.0