Add missing dmaap auth properties 43/30943/2
authorPatrick Brady <pb071s@att.com>
Thu, 8 Feb 2018 23:24:13 +0000 (18:24 -0500)
committerPatrick Brady <pb071s@att.com>
Mon, 12 Feb 2018 22:17:32 +0000 (22:17 +0000)
The key and secret properties did not exist in the
appc properties file which was causing appc-dg-common
to fail to start since the properties were coming back
as null.

Change-Id: Ifffe5d5977e10282b20dd07ca26cb63f47751404
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-588

installation/src/main/properties/appc.properties

index 9206c32..85a3eb8 100644 (file)
@@ -82,6 +82,8 @@ appc.LCM.poolMembers=10.0.11.1:3904
 appc.LCM.topic.read=APPC-LCM-READ
 appc.LCM.topic.write=APPC-LCM-WRITE
 appc.LCM.client.name=APPC-EVENT-LISTENER-TEST
+appc.LCM.client.key=
+appc.LCM.client.secret=
 appc.LCM.provider.user=admin
 appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
 appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm