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/modules/resource-dict/load/resource_dictionary/primary-db-source.json | |
parent | 072fae6223e59c03f62cc3bee79bdc16e8ae1f92 (diff) | |
parent | bc91fee937f819dc86c33564a02f4699cd410fe7 (diff) |
Merge "Fix: Enrichment fails for processor-db source"
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": { |