From: garciadeblas Date: Mon, 18 Jan 2021 22:57:32 +0000 (+0000) Subject: Fix bug 1402: sdn infra collector names changed to match RO names X-Git-Tag: v9.1.0~17 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FMON.git;a=commitdiff_plain;h=2bd1a0ea8fccd4279460e7d543ee240aa38b20c8 Fix bug 1402: sdn infra collector names changed to match RO names Change-Id: I81c3a6069b75a6ac89cc178b64096410d4f61779 Signed-off-by: garciadeblas --- diff --git a/osm_mon/collector/service.py b/osm_mon/collector/service.py index 5452c66..eecad4d 100644 --- a/osm_mon/collector/service.py +++ b/osm_mon/collector/service.py @@ -49,7 +49,8 @@ VIM_INFRA_COLLECTORS = { "vio": VIOInfraCollector } SDN_INFRA_COLLECTORS = { - "onos": OnosInfraCollector + "onosof": OnosInfraCollector, + "onos_vpls": OnosInfraCollector }