We are thrilled to announce the release of: oslo.vmware 2.16.0: Oslo VMware library This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.vmware Download the package from: https://pypi.python.org/pypi/oslo.vmware Please report issues through launchpad: http://bugs.launchpad.net/oslo.vmware For more details, please see below. Changes in oslo.vmware 2.15.0..2.16.0 ------------------------------------- 94fdb31 Files with no code must be left completely empty 2c2956e Add 'uncommitted' field to the 'Datastore' class 5d424f8 Add SPBM WSDL for vSphere 6.5 bd49ba2 Show team and repo badges on README 4c88bb4 Updated from global requirements 762bee7 Updated from global requirements e4df587 Updated from global requirements 355d4a2 Trivial fixes to the usage doc be8579d Imported Translations from Zanata b5e6680 Imported Translations from Zanata 957d45f Updated from global requirements 957768e Remove mox3 in test-requirement.txt 061f544 [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)' ebc99f7 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 9 + .../en_GB/LC_MESSAGES/oslo_vmware-log-error.po | 16 +- .../locale/en_GB/LC_MESSAGES/oslo_vmware.po | 30 +- .../locale/fr/LC_MESSAGES/oslo_vmware-log-error.po | 18 +- oslo_vmware/locale/fr/LC_MESSAGES/oslo_vmware.po | 31 +- oslo_vmware/objects/datastore.py | 10 +- oslo_vmware/wsdl/6.5/core-types.xsd | 277 + oslo_vmware/wsdl/6.5/pbm-messagetypes.xsd | 223 + oslo_vmware/wsdl/6.5/pbm-types.xsd | 988 + oslo_vmware/wsdl/6.5/pbm.wsdl | 3975 +++ oslo_vmware/wsdl/6.5/pbmService.wsdl | 16 + oslo_vmware/wsdl/6.5/query-types.xsd | 254 + oslo_vmware/wsdl/6.5/reflect-types.xsd | 14 + oslo_vmware/wsdl/6.5/vim-types.xsd | 32649 +++++++++++++++++++ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 +- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 33 + requirements.txt | 4 +- test-requirements.txt | 5 +- 22 files changed, 38466 insertions(+), 116 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9634d00..e242e74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -12 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 487acf6..cdea5a3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 @@ -19 +18 @@ testtools>=1.4.0 # MIT -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -24 +23 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0