Upgrade openstacksdk version to solve connections leak

This patch upgrade openstacksdk version equal or greater than 0.27.0.

Change-Id: I66a81ce710394de3403702d0dec8e8ce804268bc
Closes-Bug: #1809691
This commit is contained in:
10241259 2019-04-02 13:07:44 +08:00 committed by Erik Olof Gunnar Andersson
parent f4a00ff076
commit c36f93dd95
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.24.0
openstacksdk==0.27.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.24.0 # Apache-2.0
openstacksdk>=0.27.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