summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba
diff options
context:
space:
mode:
authorPhillip Leigh <phillip.leigh@amdocs.com>2018-09-06 14:10:31 -0400
committerPhillip Leigh <phillip.leigh@amdocs.com>2018-09-07 11:48:53 -0400
commitbde39a5990f683d91603d33233d04b1a7a51440c (patch)
treec304025d290320e03b9a85aaff3addfaeb482c81 /kubernetes/pomba
parent6e7a8495d82cf0895350b9f8b85b15d99fe69df4 (diff)
Update attribute in application.properties
Issue-ID: LOG-461 Change-Id: Iae377eb7e25cf15b666017f0493c7ee0c1ae15dd Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
Diffstat (limited to 'kubernetes/pomba')
-rw-r--r--kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties b/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties
index f1493cd27d..194ab1d414 100644
--- a/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties
+++ b/kubernetes/pomba/charts/pomba-aaictxbuilder/resources/config/application.properties
@@ -38,8 +38,7 @@ aai.readTimeout={{ .Values.config.aaiReadTimeout }}
http.userId={{ .Values.config.httpUserId }}
http.password={{ .Values.config.httpPassword }}
-# {0} = customerId {1} = serviceType {2} = serviceInstanceId
-aai.serviceInstancePath=/aai/v11/business/customers/customer/{0}/service-subscriptions/service-subscription/{1}/service-instances/service-instance/{2}
+aai.searchNodeQuery=/aai/v11/search/nodes-query?search-node-type=service-instance&filter=service-instance-id:EQUALS:
#Servlet context parameters
server.context_parameters.p-name=value #context parameter with p-name as key and value as value.