Bump OpenStackSDK version to 0.17

We need at least 0.17, since there is a lot of improvements since 0.13,
which we need for smooth transition from clients use to OpenStackSDK.

Change-Id: Ia86fe9ae075a7feba2f15c0804f6b9b37af12e61
Implements: blueprint switch-to-openstacksdk
This commit is contained in:
Roman Dobosz 2019-11-28 16:46:32 +01:00
parent 78f768b677
commit 7bc2cd23d3
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ Jinja2==2.10
jmespath==0.9.3
jsonpatch==1.21
jsonpointer==2.0
keystoneauth1==3.8.0
keystoneauth1==3.10.0
kombu==4.1.0
kuryr-lib==0.5.0
linecache2==1.0.0
@ -56,7 +56,7 @@ netaddr==0.7.19
netifaces==0.10.6
neutron-lib==1.13.0
openstackdocstheme==1.20.0
openstacksdk==0.13.0
openstacksdk==0.17.0
os-client-config==1.29.0
os-service-types==1.2.0
os-testr==1.0.0

View File

@ -9,7 +9,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
eventlet>=0.22.0 # MIT
netaddr>=0.7.19 # BSD
openstacksdk>=0.13.0 # Apache-2.0
openstacksdk>=0.17.0 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0