We are glad to announce the release of: oslo.vmware 2.19.0: Oslo VMware library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.vmware Download the package from: https://pypi.python.org/pypi/oslo.vmware Please report issues through launchpad: https://bugs.launchpad.net/oslo.vmware For more details, please see below. Changes in oslo.vmware 2.18.0..2.19.0 ------------------------------------- eadcdd3 Trivial: Remove testscenarios from test-requirements.txt 89b4a8a Remove log translations abad2eb Make the mock call in MemoryCacheTest forward-compatible Diffstat (except docs and test files) ------------------------------------- oslo_vmware/_i18n.py | 10 --------- oslo_vmware/api.py | 44 +++++++++++++++++++-------------------- oslo_vmware/common/loopingcall.py | 7 +++---- oslo_vmware/exceptions.py | 10 ++++----- oslo_vmware/image_transfer.py | 6 +++--- oslo_vmware/pbm.py | 3 +-- oslo_vmware/rw_handles.py | 20 +++++++++--------- oslo_vmware/vim_util.py | 7 ++----- test-requirements.txt | 1 - 10 files changed, 49 insertions(+), 64 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7db2667..a9fdcb6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD