A component-based software defined networking framework for OpenStack.
Go to file
Takashi Kajinami 6723b3e1f8 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: I4a130d3b3d6ec1ca4d564ba7c17f6ce0486847d2
2024-02-02 23:57:41 +09:00
doc Fix python shebang 2023-10-17 16:03:54 +00:00
etc/os_ken Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
os_ken Use importlib not imp 2023-12-12 16:59:30 +01:00
releasenotes Update master for stable/2023.2 2023-09-07 09:41:13 +00:00
tools Fix python shebang 2023-10-17 16:03:54 +00:00
.coveragerc Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.gitignore Remove "nose" library 2022-07-21 16:02:02 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:36 +00:00
.mailmap Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.pylintrc .pylintrc: Remove deprecated output format feature 2016-02-27 20:40:35 +09:00
.stestr.conf Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.travis.yml Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
.zuul.yaml [CI] Run a ml2/ovs job 2023-08-23 11:19:39 +05:30
CONTRIBUTING.rst doc: Improve the document structure 2019-10-01 17:18:14 +09:00
HACKING.rst Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
LICENSE Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
MANIFEST.in Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
README.rst Update some URLs in README and tox 2020-07-08 14:08:19 +02:00
requirements.txt Remove "six" library 2022-07-26 14:53:03 +00:00
setup.cfg Add Python 3.10 support to setup.cfg 2023-08-17 12:03:01 +02:00
setup.py Cleanup py27 support 2023-08-17 09:58:21 +00:00
test-requirements.txt Remove "nose" library 2022-07-21 16:02:02 +02:00
tox.ini tox: Drop envdir 2024-02-02 23:57:41 +09:00

README.rst

os-ken

A component-based software defined networking framework in OpenStack.

This is a fork of the Ryu library tailored for OpenStack Neutron.