From 4904210d9cd4381363a28ed40ee5cb525948c5f7 Mon Sep 17 00:00:00 2001 From: Mohammad Banikazemi Date: Wed, 3 Feb 2016 14:21:54 -0500 Subject: [PATCH] Add Kuryr Network Plugin to the docs Signed-off-by: Mohammad Banikazemi --- docs/extend/plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index 8aa0603f78..6fa14baabe 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -89,6 +89,12 @@ The following plugins exist: secure and work in partially connected networks, and other adverse environments - all configured with delightful simplicity. +* The [Kuryr Network Plugin](https://github.com/openstack/kuryr) is + developed as part of the OpenStack Kuryr project and implements the + Docker networking (libnetwork) remote driver API by utilizing + Neutron, the OpenStack networking service. It includes an IPAM + driver as well. + ## Troubleshooting a plugin If you are having problems with Docker after loading a plugin, ask the authors