diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-16 20:14:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-16 20:14:04 +0000 |
commit | 0445f02d75d32e9b495953c80771c54ffb311618 (patch) | |
tree | ad12016f6f7153a078834788a187f8b37dbd0477 /components/resource-dict/load/resource_dictionary/vnfc-model-version.json | |
parent | 4e08795acadc769817fac2250804a8fa33d36aea (diff) | |
parent | 32e90cd22a5e2fb21ca369102dfa063f2db9e93f (diff) |
Merge "Resource Resolution Service : 2"
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vnfc-model-version.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/vnfc-model-version.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vnfc-model-version.json b/components/resource-dict/load/resource_dictionary/vnfc-model-version.json index fb59eea7f..e4e662291 100644 --- a/components/resource-dict/load/resource_dictionary/vnfc-model-version.json +++ b/components/resource-dict/load/resource_dictionary/vnfc-model-version.json @@ -7,8 +7,8 @@ "type" : "string"
},
"sources" : {
- "db" : {
- "type" : "source-db",
+ "primary-db" : {
+ "type" : "source-primary-db",
"properties" : {
"type" : "SQL",
"query" : "select vfc_model.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
|