X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcollector%2Fservice.py;h=c04f5489f38aba6a88c37a69898cfb9eee2a801a;hb=fb3acf42c75850b25218eaf13fbf07bca9148f61;hp=f329918fc77ce4f0ffca28b031555d6f423792bb;hpb=4de60c537b56d7bf9767a8b3b027793c76bf02b5;p=osm%2FMON.git 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