[openstack-announce] [release][oslo] oslo.vmware release 1.17.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Mon Jul 13 18:11:33 UTC 2015
We are content to announce the release of:
oslo.vmware 1.17.0: Oslo VMware library
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.vmware
With package available at:
https://pypi.python.org/pypi/oslo.vmware
For more details, please see the git log history below and:
http://launchpad.net/oslo.vmware/+milestone/1.17.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.vmware
Changes in oslo.vmware 1.16.0..1.17.0
-------------------------------------
60565f4 Update log level of session related logs
a1a6393 Fix mock calls
674ffe8 Updated from global requirements
d8ccf38 Mask/truncate vCenter credentials in suds logs
6c07e0c Imported Translations from Transifex
Diffstat (except docs and test files)
-------------------------------------
.../locale/fr/LC_MESSAGES/oslo.vmware-log-error.po | 5 +-
.../locale/fr/LC_MESSAGES/oslo.vmware-log-info.po | 5 +-
.../fr/LC_MESSAGES/oslo.vmware-log-warning.po | 9 ++-
oslo.vmware/locale/fr/LC_MESSAGES/oslo.vmware.po | 15 ++--
oslo.vmware/locale/oslo.vmware-log-warning.pot | 21 +++---
oslo.vmware/locale/oslo.vmware.pot | 82 ++++++++++++----------
oslo_vmware/api.py | 23 +++---
oslo_vmware/service.py | 29 ++++++++
test-requirements.txt | 3 +-
11 files changed, 188 insertions(+), 86 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index b8b1de3..48cf65a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10,2 @@ fixtures>=1.3.1
-mock>=1.0
+mock>=1.1;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'
More information about the OpenStack-announce
mailing list