]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Mention networking_odl in README.odl
authorgong yong sheng <gong.yongsheng@99cloud.net>
Thu, 22 Jan 2015 02:20:36 +0000 (10:20 +0800)
committergong yong sheng <gong.yongsheng@99cloud.net>
Mon, 26 Jan 2015 02:44:43 +0000 (10:44 +0800)
Change-Id: If7f7cffd454864fb9b531dd3b56460517a35f3ad
Closes-Bug: #1413439

neutron/plugins/ml2/drivers/README.odl

index eef8d4441e66c74e8a972c83fdb80870271cf171..1022db435c4985c1e79403416c63d2b5150b1b86 100644 (file)
@@ -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