[openstack-dev] [new][nova] os_vif 1.3.0 release (ocata)
no-reply at openstack.org
no-reply at openstack.org
Tue Nov 1 17:25:43 UTC 2016
We are chuffed to announce the release of:
os_vif 1.3.0: A library for plugging and unplugging virtual interfaces
in OpenStack.
This release is part of the ocata release series.
Download the package from:
https://pypi.python.org/pypi/os_vif
For more details, please see below.
Changes in os_vif 1.2.0..1.3.0
------------------------------
ca5d7d6 Enable release notes translation
447c153 os-vif: add initial documentation about object model
44c1caa Add oslo.concurrency to requirements
974f737 Make plugin loading more consistent with logging guidelines.
ebbde97 Updated from global requirements
65a1b4b vif: stop VIFOpenVSwitch inheriting VIFBridge
c851d07 Updated from global requirements
f3130fe Add MTU to Network model and use it in plugging
05d487f Update reno for stable/newton
0901bf9 Adds Windows support for OvsPlugin
c25ce5a Check for concurrent bridge creation in bridge add
Diffstat (except docs and test files)
-------------------------------------
os_vif/__init__.py | 9 +-
os_vif/objects/network.py | 11 ++-
os_vif/objects/vif.py | 10 +-
releasenotes/source/conf.py | 3 +
releasenotes/source/index.rst | 6 +-
releasenotes/source/newton.rst | 6 ++
releasenotes/source/unreleased.rst | 5 +
requirements.txt | 5 +-
vif_plug_linux_bridge/linux_bridge.py | 2 +-
vif_plug_linux_bridge/linux_net.py | 7 +-
vif_plug_ovs/constants.py | 2 +
vif_plug_ovs/ovs.py | 71 ++++++++++----
19 files changed, 433 insertions(+), 58 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 60919f1..02fc42d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6,2 @@ pbr>=1.6 # Apache-2.0
-netaddr!=0.7.16,>=0.7.12 # BSD
+netaddr!=0.7.16,>=0.7.13 # BSD
+oslo.concurrency>=3.8.0 # Apache-2.0
@@ -8 +9 @@ oslo.config>=3.14.0 # Apache-2.0
-oslo.log>=1.14.0 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
More information about the OpenStack-dev
mailing list