diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-02-28 18:14:33 -0500 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-03-05 14:26:12 -0500 |
commit | f0c44b14013d7418c19ba4cd7f9a5a3043648d5c (patch) | |
tree | dbdab863ae7d3c33e0c3c9b8e8d2814b950c68a6 /config/application.properties | |
parent | d20e0ddf4b8953ce539f1dc7bf7cb4dca30fd189 (diff) |
AaiCtxBuldr:Set MaxInstanceMap to 0 & fix macAddr
This fix also address the resourceLink issue.
Issue-ID: LOG-998
Issue-ID: LOG-766
Change-Id: I8b3eef61cebf93690aaa0291f201902281817020
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Diffstat (limited to 'config/application.properties')
-rw-r--r-- | config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.properties b/config/application.properties index 72a397d..d894136 100644 --- a/config/application.properties +++ b/config/application.properties @@ -45,7 +45,7 @@ aai.readTimeout=30000 http.userId=admin http.password=OBF:1u2a1toa1w8v1tok1u30 -aai.searchNodeQuery=/aai/v13/search/nodes-query?search-node-type=service-instance&filter=service-instance-id:EQUALS: +aai.searchNodeQuery=/aai/v13/nodes/service-instance/{0} #Servlet context parameters server.context_parameters.p-name=value #context parameter with p-name as key and value as value. |