summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-16 13:44:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-16 13:44:11 +0000
commit1ba3e762e27b09465339f90f624faff3b58059d1 (patch)
tree53c266da117d43dc5466255239da97e006c0ae67 /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json
parent3abe510d9436655e53a011c2bc8d445ae3aa0d9a (diff)
parentd9a1cb240a936b99833d56fea3ee688474724d0a (diff)
Merge "Fix: Enrichment fails for processor-db source" into dublin
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json')
-rw-r--r--ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json
index 6da5ea22f..9b20c1dc5 100644
--- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json
+++ b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/nf-role.json
@@ -8,7 +8,7 @@
},
"sources" : {
"primary-db" : {
- "type" : "source-primary-db",
+ "type" : "source-processor-db",
"properties" : {
"type" : "SQL",
"query" : "select sdnctl.VF_MODEL.nf_role as vf_model_role from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnfmodelcustomizationuuid",