diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-03-29 09:42:26 -0400 |
---|---|---|
committer | Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com> | 2019-04-01 14:30:54 -0400 |
commit | fa5e73e47a1bf8c1c18bba7ac421e5692ba21b8e (patch) | |
tree | ce697fc1fc470f568fb32039f8eafb7aa4035f7b /components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json | |
parent | feb0214caf9d9dfcf3280c8c0f63137219aafabb (diff) |
Update vFW CBA for Dublin
Change-Id: I2308aa6b86a44c05240c0ac54050423a99a14128
Issue-ID: CCSDK-1149
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json index 26e62e85d..adba4ce3a 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json @@ -1,5 +1,5 @@ { - "name": "primary-db-source", + "name": "processor-db-source", "property" :{ "description": "name of the ", "type": "string" @@ -7,8 +7,8 @@ "updated-by": "brindasanth@onap.com", "tags": "bundle-id, brindasanth@onap.com", "sources": { - "primary-db": { - "type": "source-primary-db", + "processor-db": { + "type": "source-processor-db", "properties": { "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name", "input-key-mapping": { |