Integration library between network (Neutron) and compute (Nova) providers
Go to file
Jan Gutter c5fda08d40 Do not call linux_net.delete_net_dev on Windows
The current ovs unplug codepath for Windows triggers an OVSDB port
delete command, which is applicable, and a linux netdev delete command,
which is not. This changes the unplug logic to skip the delete step.

Change-Id: Id7f81ae174d354e593d919813bdf7b3b97cbcd8b
Closes-Bug: #1798051
Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
2018-10-16 17:33:39 +02:00
doc Reflow docs to 79 columns 2018-10-11 16:40:54 +02:00
os_vif clean up ip_command interface 2018-10-10 18:14:35 +01:00
playbooks/os-vif-ovs move legacy-tempest-dsvm-nova-os-vif to repo 2018-07-06 08:08:54 +02:00
releasenotes Remove IPTools deprecated implementation 2018-10-09 08:58:06 +01:00
vif_plug_linux_bridge Add support for Windows network commands 2018-09-26 14:40:21 +01:00
vif_plug_noop add noop plugin 2018-07-05 16:20:22 +00:00
vif_plug_ovs Do not call linux_net.delete_net_dev on Windows 2018-10-16 17:33:39 +02:00
.coveragerc Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.gitignore Git ignore .stestr 2018-01-15 16:18:50 +01:00
.gitreview Added .gitreview 2015-11-11 16:10:58 +00:00
.mailmap Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.stestr.conf Migrate from 'ip' commands to 'pyroute2' 2018-01-08 10:17:42 +00:00
.testr.conf Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.zuul.yaml Cleanup zuul config file 2018-09-11 08:48:05 +02:00
CONTRIBUTING.rst Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
HACKING.rst Reflow docs to 79 columns 2018-10-11 16:40:54 +02:00
LICENSE Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
README.rst Add release note link in README 2018-06-27 15:52:27 +00:00
babel.cfg Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
lower-constraints.txt Remove IPTools deprecated implementation 2018-10-09 08:58:06 +01:00
requirements.txt Remove IPTools deprecated implementation 2018-10-09 08:58:06 +01:00
setup.cfg Add vif_plug_noop to setup.cfg packages 2018-07-24 19:58:42 +00:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt convert os-vif docs to follow PTI 2018-07-18 08:24:37 +00:00
tox.ini Fix upper-constraints link in tox file 2018-09-20 17:37:17 +01:00

README.rst

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.