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 | 87c6f4e04224d6fc4f9747b581c894aa46496b3f (patch) | |
tree | 3cf0c6bef4d9eec3c80f11b903276684eb737b18 /ms/controllerblueprints/modules/service/src/test | |
parent | 594346cf32493eb556a0c71126006f960d854f1d (diff) | |
parent | 3476ae694de004c83600bb7a1a58ee94f9cf9f87 (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 20450f445..011bad32c 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 |