A component-based software defined networking framework for OpenStack.
Go to file
Slawek Kaplonski a74bac9100 Add CLI scripts from osken to be installed via setup.cfg
Instead of keeping hardcoded files in bin/ directory it is
more flexible to install such files using setup.cfg file.
It will for example install files with correct shebang for
python2 and python3.

This patch also removes tools/osken-manager.spec file
as it was used by PyInstaller in Ryu and it isn't used
in os-ken.

Change-Id: Ie85c64d81c86f0059528ad4d8e238a4124d4e5b4
2018-12-12 15:04:37 +01:00
doc Add CLI scripts from osken to be installed via setup.cfg 2018-12-12 15:04:37 +01:00
etc/os_ken Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
os_ken Add CLI scripts from osken to be installed via setup.cfg 2018-12-12 15:04:37 +01:00
releasenotes Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
tools Add CLI scripts from osken to be installed via setup.cfg 2018-12-12 15:04:37 +01:00
.coveragerc Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.gitignore Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
.gitreview Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +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 Add jobs for publishing docs 2018-10-17 18:54:42 +00:00
CONTRIBUTING.rst Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00: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 Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
babel.cfg Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
lower-constraints.txt Add constraint for nose in test requirements 2018-10-29 15:17:27 +00:00
requirements.txt Add minimum constraint for some requirements 2018-10-17 17:59:18 +00:00
run_tests.sh Add CLI scripts from osken to be installed via setup.cfg 2018-12-12 15:04:37 +01:00
setup.cfg Add CLI scripts from osken to be installed via setup.cfg 2018-12-12 15:04:37 +01:00
setup.py Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
test-requirements.txt Add constraint for nose in test requirements 2018-10-29 15:17:27 +00:00
tox.ini Move constraint from install_command to deps 2018-11-05 22:41:27 +00: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.