We are pumped to announce the release of: os_vif 1.9.0: A library for plugging and unplugging virtual interfaces in OpenStack. This release is part of the queens 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.8.0..1.9.0 ------------------------------ 570c052 adds iptools driver for ip commands 2fdf218 Revert "Move 'ips' field from Subnet object to VIF object" 1a515be Git ignore .stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + os_vif/internal/command/ip/api.py | 13 +- os_vif/internal/command/ip/impl_shell.py | 138 ++++++++++++++++ os_vif/objects/subnet.py | 4 +- os_vif/objects/vif.py | 8 +- .../internal/command/ip/test_impl_iptools.py | 180 +++++++++++++++++++++ .../unit/internal/command/ip/test_impl_pyroute2.py | 4 +- 8 files changed, 341 insertions(+), 23 deletions(-)