[openstack-dev] [all] oslo.vmware 0.10.0 release
Doug Hellmann
doug at doughellmann.com
Mon Feb 23 19:21:44 UTC 2015
The Oslo team is pleased to announce the release of:
oslo.vmware 0.10.0: Oslo VMware library for OpenStack projects
For more details, please see the git log history below and:
http://launchpad.net/oslo.vmware/+milestone/0.10.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.vmware
Changes in oslo.vmware 0.9.0..0.10.0
------------------------------------
5ee61e2 Imported Translations from Transifex
2faf836 Updated from global requirements
b5732b2 Handle SPBM SecurityError
81ae443 PBM utility method to retrieve profiles of a VM
cfc7e2f Updated from global requirements
f2934d1 Imported Translations from Transifex
d23f641 Add missing links to README
3356e2e VMWare NSXv: Common components
Diffstat (except docs and test files)
-------------------------------------
README.rst | 15 +-
.../locale/fr/LC_MESSAGES/oslo.vmware-log-info.po | 12 +-
oslo.vmware/locale/fr/LC_MESSAGES/oslo.vmware.po | 107 +-
oslo.vmware/locale/oslo.vmware-log-info.pot | 8 +-
oslo.vmware/locale/oslo.vmware.pot | 61 +-
oslo_vmware/exceptions.py | 1 +
oslo_vmware/network/__init__.py | 0
oslo_vmware/network/nsx/__init__.py | 0
oslo_vmware/network/nsx/nsxv/__init__.py | 0
oslo_vmware/network/nsx/nsxv/api/__init__.py | 0
oslo_vmware/network/nsx/nsxv/api/api.py | 598 ++++++++++
oslo_vmware/network/nsx/nsxv/api/api_helper.py | 117 ++
oslo_vmware/network/nsx/nsxv/common/__init__.py | 0
oslo_vmware/network/nsx/nsxv/common/exceptions.py | 97 ++
oslo_vmware/network/nsx/nsxv/objects/__init__.py | 0
.../network/nsx/nsxv/objects/edge_cfg_obj.py | 67 ++
.../network/nsx/nsxv/objects/loadbalancer.py | 392 +++++++
oslo_vmware/pbm.py | 18 +
oslo_vmware/service.py | 5 +-
requirements-py3.txt | 5 +-
requirements.txt | 4 +-
29 files changed, 2942 insertions(+), 51 deletions(-)
Requirements updates
--------------------
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 8988bcb..fba2804 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -12 +12 @@ iso8601>=0.1.9
-six>=1.7.0
+six>=1.9.0
@@ -14,0 +15 @@ oslo.i18n>=1.3.0 # Apache-2.0
+oslo.serialization>=1.2.0 # Apache-2.0
@@ -22,0 +24 @@ eventlet>=0.16.1
+httplib2>=0.7.5
@@ -24,0 +27 @@ urllib3>=1.8.3
+oslo.concurrency>=1.4.1 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index dfb723a..4b4b2bb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ iso8601>=0.1.9
-six>=1.7.0
+six>=1.9.0
@@ -16,0 +17 @@ oslo.i18n>=1.3.0 # Apache-2.0
+oslo.serialization>=1.2.0 # Apache-2.0
@@ -24,0 +26 @@ eventlet>=0.16.1
+httplib2>=0.7.5
More information about the OpenStack-dev
mailing list