We are ecstatic to announce the release of: oslo.vmware 3.5.0: Oslo VMware library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.vmware Download the package from: https://pypi.org/project/oslo.vmware Please report issues through: https://bugs.launchpad.net/oslo.vmware/+bugs For more details, please see below. 3.5.0 ^^^^^ Upgrade Notes * "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. Changes in oslo.vmware 3.4.0..3.5.0 ----------------------------------- 32c8d43 Add moref helper functions ab9ccf6 Align contributing doc with oslo's policy Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 5 +++ oslo_vmware/api.py | 2 +- oslo_vmware/dvs_util.py | 2 +- oslo_vmware/pbm.py | 6 +-- oslo_vmware/service.py | 5 ++- oslo_vmware/vim_util.py | 40 +++++++++++++++++++- ...y-switch-helper-functions-21330be61cf7922a.yaml | 9 +++++ 13 files changed, 102 insertions(+), 46 deletions(-)