summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-oslo-vmware-soap-library-switch-cookiejar-access-d7efcc23d0eaee98.yaml
blob: 3927e83204ca7650709170fcfeaf4d328af84862 (plain)
1
2
3
4
5
6
7
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.