Docker remote driver for OpenStack Neutron
677252f3f7
The OpenStack Release team has enabled support for reno for release notes across all projects [1]. Start using this for Kuryr. Note that Kuryr has no stable/liberty branch, so similar to shade [2], we'll just tuck in the release notes into the general documentation area for now. [1] http://docs.openstack.org/developer/reno/ [2] https://review.openstack.org/#/c/253597/ Change-Id: I3b172f25fe454253fd82f138ed012f35a47c2eb9 Signed-off-by: Kyle Mestery <mestery@mestery.com> |
||
---|---|---|
contrib/vagrant | ||
devstack | ||
doc | ||
etc | ||
kuryr | ||
rally-jobs | ||
releasenotes/notes | ||
scripts | ||
tools | ||
usr/libexec/kuryr | ||
__init__.py | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
kuryr
Docker for OpenStack Neutron
Kuryr is a Docker network plugin that uses Neutron to provide networking services to Docker containers. It provides containerised images for the common Neutron plugins.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/kuryr
- Source: http://git.openstack.org/cgit/openstack/kuryr
- Bugs: http://bugs.launchpad.net/kuryr
Features
- TODO
Prerequisites
$ sudo pip install -r requirements.txt
Running Kuryr
Please run the following script, it creates /usr/lib/docker/plugins/kuryr and the JSON spec file, /usr/lib/docker/plugins/kuryr/kuryr.json, if they don't exist.
$ ./scripts/run_kuryr.sh
Testing Kuryr
$ tox