summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMike Durnosvystov <glacierr.dev@gmail.com>2021-04-23 09:10:33 +0000
committerMike Durnosvystov <glacierr.dev@gmail.com>2021-04-30 12:08:50 +0000
commit83c6fa7f7445225fde213aaad80ea3ce73a4836b (patch)
treeff39710c400a0c8137090534ed3198bd7f04e698 /test-requirements.txt
parent04e5ead7c000211a4c10104ed2bb65c9df7681ae (diff)
downloadglance_store-83c6fa7f7445225fde213aaad80ea3ce73a4836b.tar.gz
vmware: Use cookiejar from oslo.vmware client directly
With changing the SOAP library backing oslo.vmware [1], the cookiejar of a session must be accessed differently. Therefore, oslo.vmware introduced a property on the client to abstract this change away. This commit uses the new place to access the attribute. [1] https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-soap-library-switch.html Change-Id: Iec6c4be5c61710f2a7a0056168d0c31ade987b1f
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4a2a0fa..2d1a2f4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21,7 +21,7 @@ oslotest>=3.2.0 # Apache-2.0
# Dependencies for each of the optional stores
boto3>=1.9.199 # Apache-2.0
-oslo.vmware>=2.17.0 # Apache-2.0
+oslo.vmware>=3.6.0 # Apache-2.0
httplib2>=0.9.1 # MIT
python-swiftclient>=3.2.0 # Apache-2.0
python-cinderclient>=4.1.0 # Apache-2.0