fix few bugs and unused issues in functional tests
[transportpce.git] / docs / developer-guide.rst
index 0373550b6c3719bfd6719c8d341fb11de9b5202a..9ee1f622661664da994338cc7cfaa491f55d4213 100644 (file)
@@ -209,7 +209,7 @@ The database properties are supplied in the “opendaylight-release” and “op
 Below is the settings.xml with properties included in the distribution.
 The module can be rebuild from sources with different parameters.
 
-Sample entry in settings.xml to include inventory:
+Sample entry in settings.xml to declare an external inventory database:
 ::
 
     <profiles>
@@ -239,10 +239,10 @@ Sample entry in settings.xml to include inventory:
     </profiles>
 
 
-Once the project built and when karaf is started, the cfg file is generated in etc folder with the corresponding properties
-supplied in settings.xml. When devices with OpenROADM 1.2.1 device model are mounted, the device listener in the inventory
-module loads several device attributes to various tables as per the supplied database.
-The databsase structure details can be retrieved from the file tests/inventory/initdb.sql in project sources.
+Once the project built and when karaf is started, the cfg file is generated in etc folder with the corresponding
+properties supplied in settings.xml. When devices with OpenROADM 1.2.1 device model are mounted, the device listener in
+the inventory module loads several device attributes to various tables as per the supplied database.
+The database structure details can be retrieved from the file tests/inventory/initdb.sql inside project sources.
 Installation scripts and a docker file are also provided.
 
 Key APIs and Interfaces
@@ -1149,7 +1149,4 @@ Checking 10GE/ODU2e service connectivity
 Help
 ----
 
--  `TransportPCE Wiki archive <https://wiki-archive.opendaylight.org/view/TransportPCE:Main>`__
-
--  TransportPCE Mailing List
-   (`developer <https://lists.opendaylight.org/mailman/listinfo/transportpce-dev>`__)
+-  `TransportPCE Wiki <https://wiki.opendaylight.org/display/ODL/TransportPCE>`__