diff options
author | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-05-15 11:23:18 -0400 |
---|---|---|
committer | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-05-15 15:28:49 -0400 |
commit | bc91fee937f819dc86c33564a02f4699cd410fe7 (patch) | |
tree | dbeeb8cfddc70480964fb6af122836c70e0cf7ad /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/primary-db-source.json | |
parent | 250b5b2a4ad4020df9c0dd053743d28616e28485 (diff) |
Fix: Enrichment fails for processor-db source
Change-Id: I7a426323dc22cb19a1c3eb77f7f4f30cf7da32e0
Issue-ID: CCSDK-1324
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/primary-db-source.json')
-rw-r--r-- | ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/primary-db-source.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/primary-db-source.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/primary-db-source.json index 26e62e85d..0fd436bfb 100644 --- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/primary-db-source.json +++ b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/primary-db-source.json @@ -8,7 +8,7 @@ "tags": "bundle-id, brindasanth@onap.com", "sources": { "primary-db": { - "type": "source-primary-db", + "type": "source-processor-db", "properties": { "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name", "input-key-mapping": { |