summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-22 16:06:26 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-22 16:06:26 +0000
commitcbcb12452a06ae3cdd9de0335a716210f1406147 (patch)
tree2d7832654b5603805d2a2c049e6e936b4a2726f5 /components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
parent61f4924a42bf9a3e4f52e89f2d4f84395a34acd2 (diff)
parent2d0bfb6f58496fc52cad29a3f9b9064bcae67ed3 (diff)
Merge "Ressource resolution using configurable database"
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json')
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
index 446a8a681..15f02a1ce 100644
--- a/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
+++ b/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
@@ -129,8 +129,8 @@
},
"updated-by" : "adetalhouet",
"sources" : {
- "primary-db" : {
- "type" : "source-primary-db",
+ "processor-db" : {
+ "type" : "source-processor-db",
"properties" : {
"type" : "SQL",
"query" : "select sdnctl.demo.value as value from sdnctl.demo where sdnctl.demo.id=:vfmoduleid",