Bump openstacksdk requirement for Loadbalancers

A recent change to the loadbalancer code requires version 0.42.0 of the
SDK to function.
LB Change:
https://review.opendev.org/#/c/710464/
SDK Patch:
7fbc27e3c0

Change-Id: I02ecf62b17dcfe95142cd7db862e06b26e457593
This commit is contained in:
Adam Harwell 2020-03-09 10:48:53 -07:00
parent 531283783e
commit 772ab40a9d
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ msgpack==0.5.6
munch==2.2.0
netaddr==0.7.19
netifaces==0.10.6
openstacksdk==0.27.0
openstacksdk==0.42.0
os-client-config==1.29.0
os-service-types==1.2.0
oslo.cache==1.29.0

View File

@ -11,7 +11,7 @@ jsonschema>=2.6.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0
openstacksdk>=0.27.0 # Apache-2.0
openstacksdk>=0.42.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
oslo.db>=4.27.0 # Apache-2.0