From 45654589fbd0bc7597a753cec14903b6b508f2f3 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Mon, 20 May 2019 11:45:44 -0400 Subject: [PATCH] fix netconf for vFW in Dublin, we changed to stream-count:stream-count/streams Issue-ID: APPC-1610 Change-Id: If2e1d127594ec0aa5d2297e9f71e6e3911e5ef12 Signed-off-by: Taka Cho --- installation/src/main/properties/appc.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 900695e..0ffe850 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -33,7 +33,7 @@ appc.demo.threads.poolsize.max=2 appc.demo.provider.user=admin appc.demo.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U appc.demo.provider.url=http://localhost:8181/restconf/operations/appc-provider -appc.provider.vfodl.url=http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@10.0.2.1:8282/restconf/config/network-topology:network-topology/topology/topology-netconf/node/NODE_NAME/yang-ext:mount/sample-plugin:sample-plugin/pg-streams/ +appc.provider.vfodl.url=http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@10.0.2.1:8282/restconf/config/network-topology:network-topology/topology/topology-netconf/node/NODE_NAME/yang-ext:mount/stream-count:stream-count/streams/ # The properties right below are needed to properly call the Master DG to serve demo purposes appc.service.logic.module.name=APPC -- 2.16.6