diff options
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json index 3d89d9dd2..40604ccdd 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json @@ -7,8 +7,8 @@ "type" : "string" }, "sources" : { - "primary-db" : { - "type" : "source-primary-db", + "processor-db" : { + "type" : "source-processor-db", "properties" : { "type" : "SQL", "query" : "select VFC_MODEL.invariant_uuid as vfc_invariant_uuid from VFC_MODEL where customization_uuid=:vfccustomizationuuid", |