A component-based software defined networking framework for OpenStack.
Go to file
Doug Hellmann 5006c498d8 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I567b7fb703f095c9ac7c7732dfc1ac8b9a7b9cf7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-01 15:34:00 +00: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 Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00: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 fix tox python3 overrides 2018-10-01 15:34:00 +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.