From: gong yong sheng Date: Thu, 22 Jan 2015 02:20:36 +0000 (+0800) Subject: Mention networking_odl in README.odl X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=63a77d27b6e2b137ef8630bdc89bd49f4189dbb7;p=openstack-build%2Fneutron-build.git Mention networking_odl in README.odl Change-Id: If7f7cffd454864fb9b531dd3b56460517a35f3ad Closes-Bug: #1413439 --- diff --git a/neutron/plugins/ml2/drivers/README.odl b/neutron/plugins/ml2/drivers/README.odl index eef8d4441..1022db435 100644 --- a/neutron/plugins/ml2/drivers/README.odl +++ b/neutron/plugins/ml2/drivers/README.odl @@ -6,10 +6,15 @@ contains more information on the capabilities OpenDaylight provides: http://www.opendaylight.org +The networking-odl project provides a thin layer sitting between this +driver and OpenDaylight. The code can be downloaded from: + + https://git.openstack.org/cgit/stackforge/networking-odl + Theory of operation =================== The OpenStack Neutron integration with OpenDaylight consists of the ML2 -MechanismDriver which acts as a REST proxy and passess all Neutron API +MechanismDriver which acts as a REST proxy and passes all Neutron API calls into OpenDaylight. OpenDaylight contains a NB REST service (called the NeutronAPIService) which caches data from these proxied API calls and makes it available to other services inside of OpenDaylight. One current