From bde39a5990f683d91603d33233d04b1a7a51440c Mon Sep 17 00:00:00 2001 From: Phillip Leigh Date: Thu, 6 Sep 2018 14:10:31 -0400 Subject: [PATCH] Update attribute in application.properties Issue-ID: LOG-461 Change-Id: Iae377eb7e25cf15b666017f0493c7ee0c1ae15dd Signed-off-by: Phillip Leigh --- .../charts/pomba-aaictxbuilder/resources/config/application.properties | 3 +-- 1 file changed, 1 insertion(+), 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. -- 2.16.6