summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbshephar <bshephar@redhat.com>2022-01-12 01:11:01 +0000
committerbshephar <bshephar@redhat.com>2022-01-12 03:17:59 +0000
commit9af3af156b956120286149e91c844f74d7cf8d75 (patch)
treec19370983f274d535593f4ea05342987fa21839e
parentea6633c35b04bb49c4a2858edc9df0a82d039478 (diff)
downloadheat-9af3af156b956120286149e91c844f74d7cf8d75.tar.gz
Bump lower constraints for OSC
In support of the OSC migration, we need to bump the lower-constraint for the openstacksdk to allow for feature parity. Change-Id: Ide69f84a76f06814cf74b73b57729f23dea1062b
-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 6d791ad92..fae3b3a64 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -60,7 +60,7 @@ munch==2.2.0
netaddr==0.7.18
netifaces==0.10.6
neutron-lib==1.14.0
-openstacksdk==0.11.2
+openstacksdk==0.28.0
os-client-config==1.29.0
os-service-types==1.2.0
osc-lib==1.10.0
diff --git a/requirements.txt b/requirements.txt
index 74b2c8d3a..f263179a1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,7 +14,7 @@ keystonemiddleware>=5.1.0 # Apache-2.0
lxml!=3.7.0,>=4.5.0 # BSD
netaddr>=0.7.18 # BSD
neutron-lib>=1.14.0 # Apache-2.0
-openstacksdk>=0.11.2 # Apache-2.0
+openstacksdk>=0.28.0 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0
oslo.config>=6.8.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0