First complete pass over the developer guide
[docs.git] / manuals / developer-guide / src / main / asciidoc / vtn / vtn-overview.adoc
index 3d3cc16d5b5b08e80605f9255987021b441d6f2a..fb0152d79a4a257453b099df0a63b15d17b093a1 100644 (file)
@@ -82,7 +82,7 @@ VTN Coordinator doesn't have Karaf features.
 For VTN Coordinator REST API, please refer: https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_%28VTN%29:VTN_Coordinator:RestApi
 
 ==== VTN Manager
-An OpenDaylight Controller Plugin that interacts with other modules to implement the components of the VTN model. It also provides a REST interface to configure VTN components in ODL controller. VTN Manager is implemented as one plugin to the OpenDaylight controller. This provides a REST interface to create/update/delete VTN components. The user command in VTN Coordinator is translated as REST API to VTN Manager by the ODC Driver component. In addition to the above mentioned role, it also provides an implementation to the Openstack L2 Network Functions API.
+An OpenDaylight Controller Plugin that interacts with other modules to implement the components of the VTN model. It also provides a REST interface to configure VTN components in ODL controller. VTN Manager is implemented as one plugin to the OpenDaylight controller. This provides a REST interface to create/update/delete VTN components. The user command in VTN Coordinator is translated as REST API to VTN Manager by the ODC Driver component. In addition to the above mentioned role, it also provides an implementation to the OpenStack L2 Network Functions API.
 
 ===== Function Outline
 
@@ -94,7 +94,7 @@ The table identifies the functions and the interface used by VTN Components:
 | VTN Manager |RESTful API | Configure VTN Virtualization model components in OpenDaylight
 | VTN Manager | Neutron API implementation | Handle Networks API from OpenStack (Neutron Interface)
 | VTN Coordinator | RESTful API |
-(1) Uses the Restful interface of VTN Manager and configures VTN Virtualization model components in OpenDaylight. +
+(1) Uses the RESTful interface of VTN Manager and configures VTN Virtualization model components in OpenDaylight. +
 (2) Handles multiple controller orchestration. +
 (3) Provides API to read the physical network details. See https://wiki.OpenDaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):VTN_Coordinator:RestApi:L2_Network_Example_Using_VTN_Virtualization[samples] for usage.