Integration library between network (Neutron) and compute (Nova) providers
Go to file
Takashi Kajinami 5c41f9f700 Fix missing or unnecessary dependencies
This fixes the following problems with current requirements and test
requirements.

- netaddr is not used

- oslo.serialization and oslo.utils are imported but are not listed in
  requirements.

This also fixes the workaround for python 2 from setup.py because
python 2 support was removed some time ago.

In addition, the described behavior of pip was already fixed in
recent versions.

Change-Id: I63a56adf73c221c8f5f725c2689ddf953f90c654
2024-02-19 10:40:44 +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
bindep.txt update tox envs and support pdf docs 2020-08-18 14:13:03 +00: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
requirements.txt Fix missing or unnecessary dependencies 2024-02-19 10:40:44 +09:00
setup.cfg update job template to zed 2022-05-26 14:43:49 +01:00
setup.py Fix missing or unnecessary dependencies 2024-02-19 10:40:44 +09:00
test-requirements.txt Fix missing or unnecessary dependencies 2024-02-19 10:40:44 +09:00
tox.ini Make tox.ini tox 4.0.0 compatible 2023-01-09 12:30:15 +01:00

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.