Integration library between network (Neutron) and compute (Nova) providers
Go to file
Takashi Kajinami e91dadeaf0 tox: Drop envdir
tox now always recreates an env although the env is shared using envdir
options.
~~~
$ tox -e genpolicy
genpolicy: recreate env because env type changed from
{'name': 'genconfig', 'type': 'VirtualEnvRunner'} to
{'name': 'genpolicy', 'type': 'VirtualEnvRunner'}
~~~

According to the maintainer of tox, this functionality is not intended
to be supported.
https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293

Change-Id: Ib73364b71234d25d50920495f91e1a3e18c96bcd
2024-02-02 23:56:56 +09:00
doc remove unicode from code 2022-08-25 11:25:48 +08:00
os_vif Deprecate Windows support 2023-11-18 17:37:28 +00:00
playbooks/openstack-tox-functional-ovs-with-sudo move os-vif-ovs to be a non legacy job. 2020-01-22 14:39:19 +00:00
releasenotes Merge "Deprecate Windows support" 2023-12-11 13:29:07 +00:00
vif_plug_linux_bridge Fix typos 2021-09-21 09:33:29 +08:00
vif_plug_noop add noop plugin 2018-07-05 16:20:22 +00:00
vif_plug_ovs Don't break traffic if port already exists 2023-06-08 15:52:50 +00:00
.coveragerc coveragerc: Remove non-existent path 2023-12-19 20:58:39 +09:00
.gitignore update tox envs and support pdf docs 2020-08-18 14:13:03 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:13 +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
.zuul.yaml remove focal based jobs 2023-05-09 21:39:35 +01:00
CONTRIBUTING.rst [Community goal] Update contributor documentation 2020-04-30 21:46:35 +00: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-29 13:24:37 +08:00
bindep.txt update tox envs and support pdf docs 2020-08-18 14:13:03 +00:00
requirements.txt Drop lower-constraints.txt and its testing 2022-06-16 13:46:59 +09:00
setup.cfg update job template to zed 2022-05-26 14:43:49 +01:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt adapt to stestr 4.0 release 2022-10-12 12:09:27 +01:00
tox.ini tox: Drop envdir 2024-02-02 23:56:56 +09:00

README.rst

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.