summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml')
-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.