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 | 554a351a8e0e94a96017a21911d27f48465d2beb (patch) | |
tree | 54ce2ea50d2c6747a1641a1f16aec646b477fcd0 /components/resource-dict/load/resource_dictionary/vf-naming-policy.json | |
parent | a8588a4aab5ff95890b9ad9ae1bc02a2043fab54 (diff) | |
parent | d035fe08249fe8b1e5988b79c7355620727e5da0 (diff) |
Merge "Resource Resolution Service : 2"
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vf-naming-policy.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/vf-naming-policy.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vf-naming-policy.json b/components/resource-dict/load/resource_dictionary/vf-naming-policy.json index ceed3186..cde861f8 100644 --- a/components/resource-dict/load/resource_dictionary/vf-naming-policy.json +++ b/components/resource-dict/load/resource_dictionary/vf-naming-policy.json @@ -7,8 +7,8 @@ "type" : "string"
},
"sources" : {
- "db" : {
- "type" : "source-db",
+ "primary-db" : {
+ "type" : "source-primary-db",
"properties" : {
"type" : "SQL",
"query" : "select sdnctl.VF_MODEL.naming_policy as vf_naming_policy from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnf_model_customization_uuid",
|