[oslo] oslo.vmware 2.17.0 (ocata)
We are psyched to announce the release of: oslo.vmware 2.17.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.16.0..2.17.0 ------------------------------------- ca17b7b Fix setting the SOAP headers for remote calls. 99d23f8 Remove references to Python 3.4 e7e8c72 Updated from global requirements c9357e8 Remove some useless log messages 6a63362 Add operation ID for remote calls a95530e Fix image meta-data update for Glance v2 0c3a089 Add Constraints support a0650fb Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_vmware/api.py | 21 ++++++++++------- oslo_vmware/image_transfer.py | 18 ++++++++------- oslo_vmware/pbm.py | 10 ++++---- oslo_vmware/service.py | 39 +++++++++++++++++++++++++++++++- oslo_vmware/vim.py | 6 +++-- oslo_vmware/vim_util.py | 12 ++++++---- requirements.txt | 4 ++-- setup.cfg | 1 - tools/tox_install.sh | 30 ++++++++++++++++++++++++ tox.ini | 9 ++++++-- 14 files changed, 166 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e242e74..3f8a3e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17 @@ PyYAML>=3.10.0 # MIT -lxml>=2.3 # BSD +lxml!=3.7.0,>=2.3 # BSD @@ -20 +20 @@ eventlet!=0.18.3,>=0.18.2 # MIT -requests>=2.10.0 # Apache-2.0 +requests!=2.12.2,>=2.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org