diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-22 16:06:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-22 16:06:26 +0000 |
commit | 7aa46ace9b3b47b1c03debefdbc68ccf954537fd (patch) | |
tree | 583f2e17e4acb78a4ffc8c3bc0912f292d4cd430 /ms/controllerblueprints/modules/service/src/test | |
parent | 49fc96a20d98a32e5bfbf88bf3595d09e419c7bd (diff) | |
parent | 12e91a2cad984eb491a3083139db80b10d544f30 (diff) |
Merge "Ressource resolution using configurable database"
Diffstat (limited to 'ms/controllerblueprints/modules/service/src/test')
-rwxr-xr-x | ms/controllerblueprints/modules/service/src/test/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/service/src/test/resources/application.properties b/ms/controllerblueprints/modules/service/src/test/resources/application.properties index 20450f44..011bad32 100755 --- a/ms/controllerblueprints/modules/service/src/test/resources/application.properties +++ b/ms/controllerblueprints/modules/service/src/test/resources/application.properties @@ -20,7 +20,7 @@ logging.level.org.springframework.web=INFO logging.level.org.hibernate.SQL=warn logging.level.org.hibernate.type.descriptor.sql=debug # Load Resource Source Mappings -resourceSourceMappings=primary-db=source-primary-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability +resourceSourceMappings=processor-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability # Controller Blueprints Core Configuration controllerblueprints.blueprintDeployPath=./target/blueprints/deploy controllerblueprints.blueprintArchivePath=./target/blueprints/archive |