Use ProcessPool rather than ThreadPool Executor
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / nf-role.json
index 6da5ea2..51c4596 100644 (file)
@@ -7,8 +7,8 @@
     "type" : "string"
   },
   "sources" : {
-    "primary-db" : {
-      "type" : "source-primary-db",
+    "processor-db" : {
+      "type" : "source-db",
       "properties" : {
         "type" : "SQL",
         "query" : "select sdnctl.VF_MODEL.nf_role as vf_model_role from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnfmodelcustomizationuuid",
@@ -22,4 +22,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}