oslo.vmware/releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml
Johannes Kulik dc4eb020ad Add backend-independent access to cookiejar
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
2020-07-14 10:03:41 +02:00

9 lines
436 B
YAML

---
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.