[openstack-dev] [new][nova] os_vif 1.2.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Tue Aug 30 17:32:07 UTC 2016
We are delighted to announce the release of:
os_vif 1.2.0: A library for plugging and unplugging virtual interfaces
in OpenStack.
This release is part of the newton release series.
With package available at:
https://pypi.python.org/pypi/os_vif
For more details, please see below.
Changes in os_vif 1.1.0..1.2.0
------------------------------
b088d21 Add a reminder to remove Route.interface field
45750a9 Updated from global requirements
c74f92a Disable IPv6 on bridge devices in linux bridge code
57157de Trivial: clean up oslo-incubator related stuff
ff28181 Fix logging calls
071a63a Remove discover from test-requirements
1383121 mtu: don't attempt to set link mtu if it's invalid
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 8 --
os_vif/__init__.py | 5 +-
os_vif/objects/route.py | 2 +
requirements.txt | 6 +-
test-requirements.txt | 1 -
tox.ini | 2 +-
vif_plug_linux_bridge/linux_net.py | 18 +++-
8 files changed, 148 insertions(+), 19 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 896b7d9..60919f1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ netaddr!=0.7.16,>=0.7.12 # BSD
-oslo.config>=3.10.0 # Apache-2.0
+oslo.config>=3.14.0 # Apache-2.0
@@ -11 +11 @@ oslo.privsep>=1.9.0 # Apache-2.0
-oslo.versionedobjects>=1.9.1 # Apache-2.0
+oslo.versionedobjects>=1.13.0 # Apache-2.0
@@ -13 +13 @@ six>=1.9.0 # MIT
-stevedore>=1.10.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ab729b7..d0925b7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
More information about the OpenStack-dev
mailing list