Minor updates to OVSDB documents 39/22139/3
authorAndre Fredette <anfredette@gmail.com>
Tue, 9 Jun 2015 01:41:15 +0000 (21:41 -0400)
committerMathieu Lemay <mlemay@inocybe.com>
Tue, 9 Jun 2015 15:52:20 +0000 (15:52 +0000)
- Replace two different links to RFC 7047 with a single link (as is, it
  sounds like "The Open vSwitch Database Management Protocol" is
different from RFC 7047, but it is the title.

- Replace non-working link to old version of OpenFlow 1.3 (v1.3.1) with
  good link to latest version (1.3.4).

- Replace ovs-vsdctl w/ovs-vsctl

- A couple of very minor edits.

- Addressed Sam's comments.

Change-Id: Ib202bf2d806cc8986040bac0eff68a7c9f6edf55
Signed-off-by: Andre Fredette <anfredette@gmail.com>
manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-northbound-developer.adoc
manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-developer.adoc
manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-install.adoc

index 0a624142489f4698f6b614f14cb1ef4a009d763f..b3e49512893d98bfca1c20a2a54cf160f58978a2 100644 (file)
@@ -8,7 +8,7 @@ The target audience for this feature is one that needs low level
 access to an OVS instance from inside OpenDaylight
 
 === OVSDB Northbound Developer Architecture
 access to an OVS instance from inside OpenDaylight
 
 === OVSDB Northbound Developer Architecture
-The northbound bundle architecture is as follow:
+The northbound bundle architecture is as follows:
 
 - mdsal-northbound-aggregator
 
 
 - mdsal-northbound-aggregator
 
index c70d8bce85274923dad844327dabd740fbb06fc1..2890889dd2aae3d8b1756066e6be3f5f68e04294 100644 (file)
@@ -3,9 +3,9 @@
 === Overview
 The Open vSwitch database (OVSDB) Plugin component for OpenDaylight implements
 the OVSDB  https://tools.ietf.org/html/rfc7047[RFC 7047] management protocol
 === Overview
 The Open vSwitch database (OVSDB) Plugin component for OpenDaylight implements
 the OVSDB  https://tools.ietf.org/html/rfc7047[RFC 7047] management protocol
-that allows the southbound configuration of switches that support OVSDB.The
+that allows the southbound configuration of switches that support OVSDB. The
 component comprises a library and a plugin usages. The OVSDB protocol
 component comprises a library and a plugin usages. The OVSDB protocol
-uses JSON-RPC calls to manipulate a physical or virtual switch that supports OVSDB. 
+uses JSON-RPC calls to manipulate a physical or virtual switch that supports OVSDB.
 Many vendors support OVSDB on various hardware platforms.
 The OpenDaylight controller uses the library project to interact with an OVS
 instance.
 Many vendors support OVSDB on various hardware platforms.
 The OpenDaylight controller uses the library project to interact with an OVS
 instance.
@@ -22,8 +22,8 @@ set that up, and how to tell when everything is working.
 === OVSDB Openstack Architecture
 The OpenStack integration architecture uses the following technologies: +
 
 === OVSDB Openstack Architecture
 The OpenStack integration architecture uses the following technologies: +
 
-* https://tools.ietf.org/html/rfc7047[RFC 7047] and http://datatracker.ietf.org/doc/rfc7047/[The Open vSwitch Database Management Protocol]
-* https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.3.1.pdf[OpenFlow v1.3]
+* https://tools.ietf.org/html/rfc7047[RFC 7047] - The Open vSwitch Database Management Protocol
+* http://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-switch-v1.3.4.pdf[OpenFlow v1.3]
 * https://wiki.openstack.org/wiki/Neutron/ML2[OpenStack Neutron ML2 Plugin]
 
 image:openstack_integration.png[Openstack Integration]
 * https://wiki.openstack.org/wiki/Neutron/ML2[OpenStack Neutron ML2 Plugin]
 
 image:openstack_integration.png[Openstack Integration]
index 2bdc5beaad543dfde339d315bee2a01ec899ccef..56bc9debdc86a0f5494acc435084278dd134d6a7 100644 (file)
@@ -53,8 +53,8 @@ To verify that the installation was successful, use the log:display command in k
 logs relating to odl-ovsdb-openstack.
 
 ==== Troubleshooting
 logs relating to odl-ovsdb-openstack.
 
 ==== Troubleshooting
-There are no easy way to troubleshoot an installation of odl-ovsdb-openstack. Perhaps a combination of
-log:display | grep -i ovsdb in karaf, Open vSwitch commands (ovs-vsdctl) and openstack logs will be useful but will not
+There is no easy way to troubleshoot an installation of odl-ovsdb-openstack. Perhaps a combination of
+log:display | grep -i ovsdb in karaf, Open vSwitch commands (ovs-vsctl) and openstack logs will be useful but will not
 explain everything.
 
 === Upgrading From a Previous Release
 explain everything.
 
 === Upgrading From a Previous Release