Docker remote driver for OpenStack Neutron
Go to file
Taku Fukushima 49680fa16f Add a script to start Kuryr
This patch adds scripts/run_server.py to launch Kuryr with Fask's
development server. etc/kuryr.json is also introduced as the JSON spec
file for the remote driver. scripts/run_kuryr.sh manages them and starts
Kuryr appropriately as the following command:

  $ ./scripts/run_kuryr.sh

Change-Id: Ie16a085dbf8fbb7dfdfaca009017ff7223cf1880
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-07-27 19:40:49 +09:00
doc/source Initial template commit 2015-07-15 10:00:44 +03:00
etc Add a script to start Kuryr 2015-07-27 19:40:49 +09:00
kuryr Add basic structures of libnetwork remote driver 2015-07-27 19:40:49 +09:00
scripts Add a script to start Kuryr 2015-07-27 19:40:49 +09:00
tests Initial template commit 2015-07-15 10:00:44 +03:00
tools Initial template commit 2015-07-15 10:00:44 +03:00
__init__.py Add entrypoint of Kuryr 2015-07-27 19:40:49 +09:00
.gitignore Add .gitignore file 2015-07-15 07:46:16 +00:00
.gitreview Added .gitreview 2015-07-14 18:00:33 +00:00
.testr.conf Initial template commit 2015-07-15 10:00:44 +03:00
babel.cfg Initial template commit 2015-07-15 10:00:44 +03:00
CONTRIBUTING.rst Initial template commit 2015-07-15 10:00:44 +03:00
HACKING.rst Initial template commit 2015-07-15 10:00:44 +03:00
LICENSE Initial template commit 2015-07-15 10:00:44 +03:00
MANIFEST.in Initial template commit 2015-07-15 10:00:44 +03:00
openstack-common.conf Initial template commit 2015-07-15 10:00:44 +03:00
README.rst Add Kuryr description to README 2015-07-26 19:12:07 +03:00
requirements.txt Add dependencies to requirements.txt 2015-07-24 15:15:23 +09:00
setup.cfg Initial template commit 2015-07-15 10:00:44 +03:00
setup.py Initial template commit 2015-07-15 10:00:44 +03:00
test-requirements.txt Initial template commit 2015-07-15 10:00:44 +03:00
tox.ini Initial template commit 2015-07-15 10:00:44 +03:00

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.

Features

  • TODO