X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FMON.git;a=blobdiff_plain;f=osm_mon%2Fcollector%2Fservice.py;fp=osm_mon%2Fcollector%2Fservice.py;h=c04f5489f38aba6a88c37a69898cfb9eee2a801a;hp=f329918fc77ce4f0ffca28b031555d6f423792bb;hb=94fae15efc2cae8102e259ec4a3803eaa6736099;hpb=8a77165ce022c148d39cfa45a5090cb19bcb3833 diff --git a/osm_mon/collector/service.py b/osm_mon/collector/service.py index f329918..c04f548 100644 --- a/osm_mon/collector/service.py +++ b/osm_mon/collector/service.py @@ -139,4 +139,6 @@ class CollectorService: vim_type = vim_account['vim_type'] if 'config' in vim_account and 'vim_type' in vim_account['config']: vim_type = vim_account['config']['vim_type'].lower() + if vim_type == 'vio' and 'vrops_site' not in vim_account['config']: + vim_type = 'openstack' return vim_type