Adding OpenFlow plugin feature tree docs 95/25595/3
authorJozef Gloncak <jgloncak@cisco.com>
Fri, 21 Aug 2015 20:18:47 +0000 (16:18 -0400)
committerColin Dixon <colin@colindixon.com>
Sat, 13 Feb 2016 20:12:17 +0000 (20:12 +0000)
Change-Id: I9d507001844042f522f491de6f039b099f47f6db
Signed-off-by: Colin Dixon <colin@colindixon.com>
manuals/developer-guide/src/main/asciidoc/openflowplugin/odl-ofp-developer-guide.adoc
manuals/developer-guide/src/main/asciidoc/openflowplugin/odl-ofp-feature-tree.adoc [new file with mode: 0644]
manuals/developer-guide/src/main/resources/images/openflowplugin/odl-ofp-feature-tree.png [new file with mode: 0644]

index 8b5b4f9e70074773e9c3fd026359517021dc9912..28dee45b9c58ebb1248c6208ddc1c7d4a2a8084e 100644 (file)
@@ -17,7 +17,7 @@ include::odl-ofp-message-spy.adoc[]
 
 // include::odl-ofp-yang-models.adoc[]
 
-// include::odl-ofp-feature-tree.adoc[]
+include::odl-ofp-feature-tree.adoc[]
 
 // include::odl-ofp-wiring-up-notifications.adoc[]
 
diff --git a/manuals/developer-guide/src/main/asciidoc/openflowplugin/odl-ofp-feature-tree.adoc b/manuals/developer-guide/src/main/asciidoc/openflowplugin/odl-ofp-feature-tree.adoc
new file mode 100644 (file)
index 0000000..9fd723c
--- /dev/null
@@ -0,0 +1,5 @@
+=== Karaf feature tree
+
+image::openflowplugin/odl-ofp-feature-tree.png[Karaf feature tree, title="Openflow plugin karaf feature tree", width=600]
+
+Short https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:FeatureTreeHowto[HOWTO] create such a tree.
diff --git a/manuals/developer-guide/src/main/resources/images/openflowplugin/odl-ofp-feature-tree.png b/manuals/developer-guide/src/main/resources/images/openflowplugin/odl-ofp-feature-tree.png
new file mode 100644 (file)
index 0000000..b5ec05c
Binary files /dev/null and b/manuals/developer-guide/src/main/resources/images/openflowplugin/odl-ofp-feature-tree.png differ