summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-oslo-vmware-soap-library-switch-helper-functions-21330be61cf7922a.yaml
blob: f2ef8d2c251c23548fa05dd97e3c89dceec54aa9 (plain)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    ``ManagedObjectReference``'s ``value`` and ``_type`` attributes must not be
    used anymore in depending projects. Instead, ``vim_util.get_moref_value()``
    and ``vim_util.get_moref_type()`` have to be used, 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
    representations of those attributes.