diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-16 13:24:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-16 13:24:00 +0000 |
commit | 506d2649c48d3741b3b60b0f781e06f137af13ab (patch) | |
tree | 50243e28b44e30e640a42ffb89beb218e2bc49e2 /ms/controllerblueprints/application/src/main/resources/application.properties | |
parent | 072fae6223e59c03f62cc3bee79bdc16e8ae1f92 (diff) | |
parent | bc91fee937f819dc86c33564a02f4699cd410fe7 (diff) |
Merge "Fix: Enrichment fails for processor-db source"
Diffstat (limited to 'ms/controllerblueprints/application/src/main/resources/application.properties')
-rwxr-xr-x | ms/controllerblueprints/application/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/main/resources/application.properties b/ms/controllerblueprints/application/src/main/resources/application.properties index b9c1d4f4e..4be06d81f 100755 --- a/ms/controllerblueprints/application/src/main/resources/application.properties +++ b/ms/controllerblueprints/application/src/main/resources/application.properties @@ -52,7 +52,7 @@ spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect # Load Resource Source Mappings -resourceSourceMappings=processor-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability +resourceSourceMappings=processor-db=source-processor-db,primary-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,primary-aai-data=source-rest,capability=source-capability # Controller Blueprints Core Configuration controllerblueprints.blueprintDeployPath=/etc/blueprints/deploy |