From d2a3e7c2027f652b4ec956b995428786bd44c9cf Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 24 Oct 2017 13:09:27 -0700 Subject: [PATCH] Removing extra text from docs Removing text that should have been removed as part of the last commit. Change-Id: I970100ed8bfcaf8bc253f696423d49d8cf69f284 Signed-off-by: Patrick Brady Issue-id: APPC-275 --- docs/APPC Properties/APPC Properties.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/docs/APPC Properties/APPC Properties.rst b/docs/APPC Properties/APPC Properties.rst index b917b44..4ad91c3 100644 --- a/docs/APPC Properties/APPC Properties.rst +++ b/docs/APPC Properties/APPC Properties.rst @@ -44,7 +44,6 @@ Notes appc.properties =============== -The following features have properties that can be defined by the user as explained below: **Event Listener Properties** Each event listener which is defined ("LCM" and "demo" by default) has the following properties. Each property name is prefixed by the event listener which the property is for (for example @@ -71,28 +70,6 @@ appc.demo.property_name or appc.LCM.property_name). In the below list, each prop - **appc.eventListener.provider.user / appc.eventListener.provider.pass**: The username and password for the local OpenDaylight instance, defined by the url property above. -- **Example**: - - .. code:: bash - - ### Asynchronous responses ### - dmaap.topic.write= // e.g. async_demo - dmaap.poolMembers= :,: # e.g. 192.168.1.10:3904 - - ### DG events (asynchronous) in case of failures ### - DCAE.event.topic.write= // e.g. event_demo - DCAE.event.pool.members=:,: # e.g. 192.168.1.10:3904 - - ### LCM API (rpc) – synchronous ### - # The following properties are required for sending an LCM request over DMaaP - appc.LCM.poolMembers=:,: # e.g. 192.168.1.10:3904 - appc.LCM.topic.read= # e.g. test123 - appc.LCM.topic.write= # e.g. APPC-LCM-TEST - appc.LCM.client.name= # e.g name1 - appc.LCM.client.name.id= # e.g 0 - appc.LCM.provider.url=https://localhost:8443/restconf/operations/appc-provider-lcm - appc.LCM.provider.user= # e.g. admin - appc.LCM.provider.pass= # e.g. admin **Properties specific to the demo event listener and use case** -- 2.16.6