X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fmodel-catalog%2Fresource-dictionary%2Fstarter-dictionary%2Fvf-nf-code.json;fp=components%2Fmodel-catalog%2Fresource-dictionary%2Fstarter-dictionary%2Fvf-nf-code.json;h=a21982c0c9e2ccfd48f459d0f594995b9e4058f6;hb=32e90cd22a5e2fb21ca369102dfa063f2db9e93f;hp=1865d47ff0da261521d0ffa204acfcfea18e48d2;hpb=bf19a3a88eac9220051453180614edb4d146a134;p=ccsdk%2Fcds.git diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json index 1865d47ff..a21982c0c 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.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.nf_code as vf_nf_code from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:customizationid",