diff options
author | Patrick Brady <pb071s@att.com> | 2017-11-20 12:01:44 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-11-20 12:01:50 -0800 |
commit | b9112106df4168693fdddfe8fff1ebd9d787cc18 (patch) | |
tree | 866839d81a6f2fd726b9e50957fa5e4f9a6d52b4 | |
parent | 95dcced8b6aa92825a2d3142bd02a48517dc5319 (diff) |
Adding missing lcm url property
Change-Id: If98fc6edb59b3eb98326239f912835562bf1d734
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-Id: APPC-309
-rw-r--r-- | installation/src/main/properties/appc.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |