From aefdd502650872823b6d3416042b10c3759e8887 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 18 Jan 2021 22:57:32 +0000 Subject: [PATCH] Fix bug 1402: sdn infra collector names changed to match RO names Change-Id: I81c3a6069b75a6ac89cc178b64096410d4f61779 Signed-off-by: garciadeblas --- osm_mon/collector/service.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.17.1