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/application/src/test/resources/application.properties | |
parent | 594346cf32493eb556a0c71126006f960d854f1d (diff) | |
parent | 3476ae694de004c83600bb7a1a58ee94f9cf9f87 (diff) |
Merge "Ressource resolution using configurable database"
Diffstat (limited to 'ms/controllerblueprints/application/src/test/resources/application.properties')
-rwxr-xr-x | ms/controllerblueprints/application/src/test/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties index e0369aea4..8ad9f2c09 100755 --- a/ms/controllerblueprints/application/src/test/resources/application.properties +++ b/ms/controllerblueprints/application/src/test/resources/application.properties @@ -33,7 +33,7 @@ swagger.contact.url=www.onap.com swagger.contact.email=brindasanth@onap.com
# 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
|