From f0c44b14013d7418c19ba4cd7f9a5a3043648d5c Mon Sep 17 00:00:00 2001 From: "Leigh, Phillip (pl876u)" Date: Thu, 28 Feb 2019 18:14:33 -0500 Subject: 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) --- config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/application.properties') 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. -- cgit 1.2.3-korg