Remove unused sections 33/23133/2
authorSam Hague <shague@redhat.com>
Mon, 22 Jun 2015 21:33:25 +0000 (17:33 -0400)
committerColin Dixon <colin@colindixon.com>
Fri, 26 Jun 2015 14:41:57 +0000 (14:41 +0000)
Change-Id: Ieaaeeb2d7e03c47cd1dd5a911823faebcb84108f
Signed-off-by: Sam Hague <shague@redhat.com>
manuals/developer-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-developer.adoc
manuals/getting-started-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-install.adoc
manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-user.adoc [deleted file]
manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc [deleted file]

index 2890889dd2aae3d8b1756066e6be3f5f68e04294..20f92bd026788208673bc85c007f97b73ffab927 100644 (file)
@@ -27,15 +27,3 @@ The OpenStack integration architecture uses the following technologies: +
 * https://wiki.openstack.org/wiki/Neutron/ML2[OpenStack Neutron ML2 Plugin]
 
 image:openstack_integration.png[Openstack Integration]
-
-=== Key APIs and Interfaces
-TBD
-
-==== API Group 1
-TBD
-
-==== API Group 2
-TBD
-
-=== API Reference Documentation
-TBD
index 56bc9debdc86a0f5494acc435084278dd134d6a7..b85ebb08a02bdc1c58eb50f1ad83bbbf5fa29cbd 100644 (file)
@@ -27,25 +27,17 @@ feature:install odl-ovsdb-openstack
 
 ===== Sample output from the Karaf console
 ----
-opendaylight-user@root>feature:list | grep -i ovsdb
-odl-ovsdb-all                    | 1.0.0-SNAPSHOT      |           | ovsdb-1.0.0-SNAPSHOT
-OpenDaylight :: OVSDB :: all
-odl-ovsdb-library                | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OVSDB :: Library
-odl-ovsdb-schema-openvswitch     | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OVSDB :: Schema :: Open_vSwitch
-odl-ovsdb-schema-hardwarevtep    | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OVSDB :: Schema :: hardware_vtep
-odl-ovsdb-plugin                 | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
-OpenDaylight :: OVSDB :: Plugin
-odl-ovsdb-northbound             | 0.6.0-SNAPSHOT      |           | ovsdb-1.0.0-SNAPSHOT
-OpenDaylight :: OVSDB :: Northbound
-odl-ovsdb-openstack              | 1.0.0-SNAPSHOT      | x         | ovsdb-1.0.0-SNAPSHOT
+opendaylight-user@root>feature:list -i | grep ovsdb
+odl-ovsdb-southbound-api             | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: api
+odl-ovsdb-southbound-impl            | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: impl
+odl-ovsdb-southbound-impl-rest       | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: impl :: REST
+odl-ovsdb-southbound-impl-ui         | 1.1.0-SNAPSHOT   | x         | odl-ovsdb-southbound-1.1.0-SNAPSHOT
+OpenDaylight :: southbound :: impl :: UI
+odl-ovsdb-openstack                  | 1.1.0-SNAPSHOT   | x         | ovsdb-1.1.0-SNAPSHOT
 OpenDaylight :: OVSDB :: OpenStack Network Virtual
-odl-ovsdb-ovssfc                 | 0.0.1-SNAPSHOT      |           | ovsdb-0.0.1-SNAPSHOT
-OpenDaylight :: OVSDB :: OVS Service Function Chai
-odl-openflow-nxm-extensions      | 0.0.3-SNAPSHOT      | x         | ovsdb-0.0.3-SNAPSHOT
-OpenDaylight :: Openflow :: Nicira Extensions
 ----
 
 === Verifying your Installation
@@ -57,11 +49,6 @@ There is no easy way to troubleshoot an installation of odl-ovsdb-openstack. Per
 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
-Upgrading from upstream
-
-Upgrading from release
-
 === Uninstalling OVSDB Openstack
 . Shutdown the karaf instance: system:shutdown
 . Remove what is in the /data folder of the OpenDaylight Distribution.
diff --git a/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-user.adoc b/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-openstack-user.adoc
deleted file mode 100644 (file)
index 12d1e4c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-== OVSDB Openstack User Guide
-TBD
-
-=== Overview
-TBD
-
-=== OVSDB Northbound Architecture
-TBD
-
-=== Configuring OVSDB Northbound
-TBD
-
-=== Administering or Managing OVSDB Northbound
-TBD
-
-=== Tutorials
-TBD
-
-==== How to use OVSDN Northbound
-TBD
-
-===== Overview
-TBD
-
-===== Prerequisites
-TBD
-
-===== Target Environment
-TBD
-
-===== Instructions
-TBD
\ No newline at end of file
diff --git a/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc b/manuals/user-guide/src/main/asciidoc/ovsdb/ovsdb-user.adoc
deleted file mode 100644 (file)
index 1e9dd35..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-include::ovsdb-openstack-user.adoc[]
\ No newline at end of file