Fix bug 1402: sdn infra collector names changed to match RO names
[osm/MON.git] / osm_mon / collector / service.py
index 5452c66..eecad4d 100644 (file)
@@ -49,7 +49,8 @@ VIM_INFRA_COLLECTORS = {
     "vio": VIOInfraCollector
 }
 SDN_INFRA_COLLECTORS = {
-    "onos": OnosInfraCollector
+    "onosof": OnosInfraCollector,
+    "onos_vpls": OnosInfraCollector
 }