diff options
author | Taka Cho <takamune.cho@att.com> | 2019-05-20 11:45:44 -0400 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-05-21 15:13:44 +0000 |
commit | 45654589fbd0bc7597a753cec14903b6b508f2f3 (patch) | |
tree | a4481350c75a8a12e0fb87fa487ed8dad085f915 /installation/src | |
parent | 0f1131ee80c65c63c3ece04a76a7e966d183f904 (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/appc.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |