[release-announce] [nova] os_vif 1.5.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 1 01:09:36 UTC 2017


We are satisfied to announce the release of:

os_vif 1.5.0: A library for plugging and unplugging virtual interfaces
in OpenStack.

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/os-vif

Download the package from:

    https://pypi.python.org/pypi/os_vif

Please report issues through launchpad:

    https://bugs.launchpad.net/os-vif

For more details, please see below.

Changes in os_vif 1.4.0..1.5.0
------------------------------

19af438 Updated from global requirements
310736b Standardize README
f154ef9 Revert "hardware offload support for openvswitch"
157bf4c hardware offload support for openvswitch
c6199c3 Fix typos in vif_types.rst
e6d25e7 Add documentation for Linux Bridge plugin
389743c Add documentation for OVS plugin
ce96741 docs: Stop building anything but html output
5f21ae5 doc: Add glossary
687785c doc: Rewrap 'vif_types' document
103dc6c Argument should have 2 params
439a2b4 Explain why we bring up the lb in hybird mode
9ec0b9e Remove log translations
124e6f8 Use Sphinx 1.5 warning-is-error
414a357 Updated from global requirements
94fb151 Updated from global requirements
f750292 vif_plug_ovs: Skip setting MTU on Windows when plugging devices
efbd1b5 The Python 3.5 is added
10e6b6b Don't install iptables rules if neutron is filtering
ec24659 Correct object path in comments
79bb9e9 Delete H803 from ignore list
d08a406 Update reno for stable/ocata
d1eaf2f Removing Deprecated hacking Check
0729026 Fix broken Link
85ae306 [py35] Switch filter to list comprehensions
293554c Remove support for py33
f84c4fa Show team and repo badges on README


Diffstat (except docs and test files)
-------------------------------------

README.rst                                 |  83 ++++-----------
os_vif/__init__.py                         |  13 +--
os_vif/i18n.py                             |  10 --
os_vif/objects/fields.py                   |   4 +-
os_vif/objects/host_info.py                |   2 +-
os_vif/plugin.py                           |  12 ++-
releasenotes/source/index.rst              |   1 +
releasenotes/source/ocata.rst              |   6 ++
requirements.txt                           |  12 +--
setup.cfg                                  |   7 +-
setup.py                                   |   2 +-
test-requirements.txt                      |   4 +-
tox.ini                                    |  11 +-
vif_plug_linux_bridge/iptables.py          |  42 ++++----
vif_plug_linux_bridge/linux_bridge.py      |   5 +-
vif_plug_ovs/i18n.py                       |  10 --
vif_plug_ovs/linux_net.py                  |  16 ++-
26 files changed, 479 insertions(+), 254 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 6f07563..4e4bb93 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -8,2 +8,2 @@ oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
+oslo.config>=3.22.0 # Apache-2.0
+oslo.log>=3.22.0 # Apache-2.0
@@ -11,2 +11,2 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.privsep>=1.9.0 # Apache-2.0
-oslo.versionedobjects>=1.13.0 # Apache-2.0
+oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0
+oslo.versionedobjects>=1.17.0 # Apache-2.0
@@ -14 +14 @@ six>=1.9.0 # MIT
-stevedore>=1.17.1 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cb8b950..2c4cf1b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.11,>=0.10.2
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -9 +9 @@ reno>=1.8.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list