diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-16 13:44:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-16 13:44:11 +0000 |
commit | 1ba3e762e27b09465339f90f624faff3b58059d1 (patch) | |
tree | 53c266da117d43dc5466255239da97e006c0ae67 /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vfccustomizationuuid.json | |
parent | 3abe510d9436655e53a011c2bc8d445ae3aa0d9a (diff) | |
parent | d9a1cb240a936b99833d56fea3ee688474724d0a (diff) |
Merge "Fix: Enrichment fails for processor-db source" into dublin
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vfccustomizationuuid.json')
-rw-r--r-- | ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vfccustomizationuuid.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vfccustomizationuuid.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vfccustomizationuuid.json index 9f3e7cf17..b87473c73 100644 --- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vfccustomizationuuid.json +++ b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vfccustomizationuuid.json @@ -8,7 +8,7 @@ }, "sources" : { "primary-db" : { - "type" : "source-primary-db", + "type" : "source-processor-db", "properties" : { "type" : "SQL", "query" : "select sdnctl.VF_MODULE_TO_VFC_MAPPING.vfc_customization_uuid as vnf_customid from sdnctl.VF_MODULE_TO_VFC_MAPPING where vm_count = 1 and sdnctl.VF_MODULE_TO_VFC_MAPPING.vf_module_customization_uuid=:vfmodulecustomizationuuid", |