summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-16 13:24:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-16 13:24:00 +0000
commit506d2649c48d3741b3b60b0f781e06f137af13ab (patch)
tree50243e28b44e30e640a42ffb89beb218e2bc49e2 /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json
parent072fae6223e59c03f62cc3bee79bdc16e8ae1f92 (diff)
parentbc91fee937f819dc86c33564a02f4699cd410fe7 (diff)
Merge "Fix: Enrichment fails for processor-db source"
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json')
-rw-r--r--ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json
index d74a6bae2..267dea39b 100644
--- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json
+++ b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vnfc-model-version.json
@@ -8,7 +8,7 @@
},
"sources" : {
"primary-db" : {
- "type" : "source-primary-db",
+ "type" : "source-processor-db",
"properties" : {
"type" : "SQL",
"query" : "select vfc_model.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid",