From 48954cba71208f0b3adfe4abf5480b493f25737c Mon Sep 17 00:00:00 2001 From: Oleg Mitsura Date: Wed, 28 Aug 2019 09:23:45 -0400 Subject: rename config-data=>sdnc Issue-ID: CCSDK-1623 Signed-off-by: Oleg Mitsura Change-Id: Id203a2c9673e732cba5425f8e301f84711fe3705 --- .../application/src/test/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/blueprintsprocessor/application/src/test') diff --git a/ms/blueprintsprocessor/application/src/test/resources/application.properties b/ms/blueprintsprocessor/application/src/test/resources/application.properties index e50ebdefb..9a8bc1222 100644 --- a/ms/blueprintsprocessor/application/src/test/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/test/resources/application.properties @@ -19,7 +19,7 @@ server.port=8080 ### START -Controller Blueprints Properties # Load Resource Source Mappings -resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,config-data=source-rest,aai-data=source-rest,capability=source-capability +resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,sdnc=source-rest,aai-data=source-rest,capability=source-capability # Controller Blueprints Core Configuration controllerblueprints.blueprintDeployPath=/opt/app/onap/blueprints/deploy -- cgit 1.2.3-korg