From b9112106df4168693fdddfe8fff1ebd9d787cc18 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 20 Nov 2017 12:01:44 -0800 Subject: [PATCH] Adding missing lcm url property Change-Id: If98fc6edb59b3eb98326239f912835562bf1d734 Signed-off-by: Patrick Brady Issue-Id: APPC-309 --- installation/src/main/properties/appc.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index b04ba18..b447e24 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -84,6 +84,7 @@ appc.LCM.topic.write=APPC-LCM-WRITE appc.LCM.client.name=APPC-EVENT-LISTENER-TEST appc.LCM.provider.user=admin appc.LCM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle -- 2.16.6