aboutsummaryrefslogtreecommitdiffstats
path: root/components/resource-dict/load/resource_dictionary/vm-type.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vm-type.json')
-rw-r--r--components/resource-dict/load/resource_dictionary/vm-type.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vm-type.json b/components/resource-dict/load/resource_dictionary/vm-type.json
index 7bb5ef1c..e559f9b5 100644
--- a/components/resource-dict/load/resource_dictionary/vm-type.json
+++ b/components/resource-dict/load/resource_dictionary/vm-type.json
@@ -7,8 +7,8 @@
"type" : "string"
},
"sources" : {
- "db" : {
- "type" : "source-db",
+ "primary-db" : {
+ "type" : "source-primary-db",
"properties" : {
"type" : "SQL",
"query" : "select vfc_model.vm_type as vm_type from VFC_MODEL where customization_uuid=:vfccustomizationuuid",