summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJohannes Kulik <johannes.kulik@sap.com>2020-05-11 15:57:32 +0200
committerJohannes Kulik <johannes.kulik@sap.com>2020-07-14 10:03:41 +0200
commitdc4eb020ad3f9ebd90d030bd20853019918c51b9 (patch)
treeea97fd4c741b505cf5e5f9b767f3fe4e96e9e631 /releasenotes
parent32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294 (diff)
downloadoslo-vmware-dc4eb020ad3f9ebd90d030bd20853019918c51b9.tar.gz
Add backend-independent access to cookiejar3.6.0
Having the cookiejar available as attribute on the client instead of some child objects exposes an interface which depending code can rely on. This will help with upcoming efforts to switch the SOAP library backing oslo.vmware. This is part of phase 1 of https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-soap-library-switch.html Change-Id: I72082f10a184a2451dfda3d002a9288fefcef961
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml b/releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml
new file mode 100644
index 0000000..3927e83
--- /dev/null
+++ b/releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml
@@ -0,0 +1,8 @@
+---
+upgrade:
+ - Code accessing the ``cookiejar`` must use ``session.client.cookiejar``
+ instead of the previous ``session.client.options.transport.cookiejar``,
+ because with `this spec
+ <https://specs.openstack.org/openstack/oslo-specs/specs/victoria/oslo-vmware-soap-library-switch.html>`_
+ we switch the backing SOAP library and different libraries have different
+ locations for their transport and cookiejar objects.