Make source-db consistent across samples
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / vm-type.json
index b0d2a01..d67ab1a 100644 (file)
@@ -7,8 +7,8 @@
     "type" : "string"
   },
   "sources" : {
-    "primary-db" : {
-      "type" : "source-processor-db",
+    "processor-db" : {
+      "type" : "source-db",
       "properties" : {
         "type" : "SQL",
         "query" : "select vfc_model.vm_type as vm_type from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
@@ -22,4 +22,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}