A component-based software defined networking framework for OpenStack.
Go to file
Doug Hellmann da39949131 build universal wheels
By default setuptools produces a version-specific wheel file so
installation under other versions of Python require extra work at
install time. This change turns on "universal" wheel support, so that
the wheel file will be marked as supporting both Python 2 and 3.

Change-Id: Ifd8c3bc2621cfeb5bab0494db13e9a8023dda486
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-02 18:24:03 -04:00
bin delete bin/neutron-ofagent-agent 2014-04-21 19:06:25 +09:00
debian pip-requires: gui_topology requires webob>=1.2 2014-07-07 22:13:37 +09:00
doc Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
etc/ryu ryu.conf: obsoleted argument used in sample configuration 2014-03-16 20:26:09 +09:00
os_ken Move files from ryu/* to os_ken/* 2018-09-25 20:55:24 +00:00
releasenotes Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
tools Bump oslo.config to 2.5.0 2018-08-01 16:00:10 +09:00
.coveragerc Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.gitignore Move files from ryu/* to os_ken/* 2018-09-25 20:55:24 +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 Test more python versions on travis CI 2018-08-01 16:00:11 +09:00
.zuul.yaml Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +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 Revert "tests: Separate test files from Ryu module" 2017-06-30 14:23:03 +09: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
requirements.txt Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
run_tests.sh pycodestyle: Replace pep8 2017-12-17 19:27:41 +09:00
setup.cfg build universal wheels 2018-10-02 18:24:03 -04:00
setup.py Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
test-requirements.txt Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
tox.ini Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +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.