Add Docker integration for OVN.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 19 Oct 2015 15:18:25 +0000 (08:18 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Sat, 14 Nov 2015 01:04:58 +0000 (17:04 -0800)
Docker multi-host networking is now part of
Docker 1.9.

This commit adds two drivers for OVN integration
with Docker. The first driver is a pure overlay driver
that does not need OpenStack integration. The second driver
needs OVN+OpenStack.

The description of the Docker API exists here:
https://github.com/docker/libnetwork/blob/master/docs/remote.md

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@ovn.org>

No differences found