We are gleeful to announce the release of: oslo.vmware 2.31.0: Oslo VMware library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.vmware Download the package from: https://pypi.org/project/oslo.vmware Please report issues through launchpad: https://bugs.launchpad.net/oslo.vmware For more details, please see below. Changes in oslo.vmware 2.30.0..2.31.0 ------------------------------------- 01e404f Utility method to check SDRS enabled status 02192f7 Add function for getting recommended datastore 80112ba Add utility function for datastore clusters d1cfde2 Switch to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- .stestr.conf | 3 ++ .testr.conf | 7 --- lower-constraints.txt | 2 +- oslo_vmware/objects/datastore.py | 71 +++++++++++++++++++++++++++++ oslo_vmware/vim_util.py | 28 ++++++++++++ test-requirements.txt | 2 +- tox.ini | 2 +- 9 files changed, 145 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3c7e4d2..6bd3fc0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ mock>=2.0.0 # BSD -testrepository>=0.0.18 # Apache-2.0/BSD @@ -11,0 +11 @@ testtools>=2.2.0 # MIT +stestr>=2.0.0 # Apache-2.0