[openstack-dev] [new][oslo] oslo.vmware 2.15.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 19 04:53:48 UTC 2016


We are tickled pink to announce the release of:

oslo.vmware 2.15.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.14.0..2.15.0
-------------------------------------

0eb125a Enable release notes translation
7151383 Updated from global requirements
1709cb5 Updated from global requirements
02ed7f7 Updated from global requirements
a5258aa Updated from global requirements
ae5a215 Update home page link in cfg file
09e3d54 Updated from global requirements
53c7c37 Set pool size for HTTPS connections
4a12a8b Update reno for stable/newton
b32f627 Pass connection timeout so that invoke_api will not wait forever


Diffstat (except docs and test files)
-------------------------------------

oslo_vmware/api.py                | 12 +++++++++---
oslo_vmware/pbm.py                |  7 +++++--
oslo_vmware/service.py            | 17 +++++++++++++----
oslo_vmware/vim.py                |  7 +++++--
releasenotes/source/conf.py       |  3 +++
releasenotes/source/index.rst     |  1 +
releasenotes/source/newton.rst    |  6 ++++++
requirements.txt                  |  6 +++---
setup.cfg                         |  2 +-
test-requirements.txt             |  4 ++--
12 files changed, 75 insertions(+), 25 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0637801..9634d00 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ pbr>=1.6 # Apache-2.0
-stevedore>=1.16.0 # Apache-2.0
-netaddr!=0.7.16,>=0.7.12 # BSD
+stevedore>=1.17.1 # Apache-2.0
+netaddr!=0.7.16,>=0.7.13 # BSD
@@ -15 +15 @@ oslo.utils>=3.16.0 # Apache-2.0
-PyYAML>=3.1.0 # MIT
+PyYAML>=3.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index bfa1001..487acf6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,2 +22,2 @@ coverage>=3.6 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD





More information about the OpenStack-dev mailing list