fa7fed02b7bf8e123fea54506b96a53e31a707eb
This patch adds the JSON schema and the validation with it for /NetworkDriver.Leave. Change-Id: I340db67ed4b63c70e0a28c6a625e323ca623ec92 Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
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
Description
Bridge between container framework networking and storage models to OpenStack networking and storage abstractions.
Languages
Python
91.5%
Shell
8.5%