summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a185c43..faf8942 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -63,7 +63,7 @@ console_scripts =
[extras]
# Dependencies for each of the optional stores
vmware =
- oslo.vmware>=2.17.0 # Apache-2.0
+ oslo.vmware>=3.6.0 # Apache-2.0
swift =
httplib2>=0.9.1 # MIT
python-swiftclient>=3.2.0 # Apache-2.0