Go to file
Vikas Choudhary d510d3352d Update devref to catchup with libnetwork 0.5.0
Updating devref to address following changes:
1. Removal of 'service' from docker
2. Vendoring in IPAM driver support from libnetwork to docker. This
allows user to pass subnet of their choice using docker cli. In case
if user does not provide subnet related configuration and neither
remote ipam driver while creating network, built-in ipam driver will
provide default subnet configuration.

refer to the links for details:
https://github.com/docker/docker/pull/16645
https://github.com/docker/libnetwork/blob/master/docs/ipam.md

Change-Id: I30f5cb54d4feadafc954f6e4b09bcbd6243e6c00
Closes-Bug: #1505489
2015-10-22 22:21:34 +05:30
2015-09-17 02:50:45 -04:00
2015-09-24 13:45:49 -04:00
2015-07-27 19:40:49 +09:00
2015-10-08 21:37:54 +09:00
2015-07-15 07:46:16 +00:00
2015-07-14 18:00:33 +00:00
2015-07-15 10:00:44 +03:00
2015-07-15 10:00:44 +03:00
2015-07-15 10:00:44 +03:00
2015-07-15 10:00:44 +03:00
2015-07-15 10:00:44 +03:00
2015-07-15 10:00:44 +03:00
2015-07-15 10:00:44 +03:00
2015-09-11 20:28:35 -07:00
2015-09-24 13:45:49 -04:00
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

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.
Readme 10 MiB
Languages
Python 91.5%
Shell 8.5%