diff options
author | Ryan Young <ry303t@att.com> | 2018-05-16 12:52:00 -0400 |
---|---|---|
committer | Ryan Young <ry303t@att.com> | 2018-05-16 12:52:42 -0400 |
commit | b91c16a9104c0ee742262e0e319a34ed1f1feafa (patch) | |
tree | 0e2a9f0ad28cf4d332b4cf813b0c562b4f59023c /installation/src/main | |
parent | 1435a9c42c800b3426e9d8346836279192e47252 (diff) |
add property for scope overlap
Change-Id: I4f4af6b0310f94481ac53397ae6c655021a01667
Signed-off-by: Ryan Young <ry303t@att.com>
Issue-ID: APPC-900
Diffstat (limited to 'installation/src/main')
-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 985dda3..5c2ebd5 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -87,7 +87,7 @@ appc.LCM.client.secret= appc.LCM.provider.user=admin appc.LCM.provider.pass=admin appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm - +appc.LCM.scopeOverlap.endpoint=http://localhost:8181/restconf/operations/interfaces-service:execute-service # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle poolMembers=10.0.11.1:3904 |