X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fosm_ngsa%2Fdags%2Fmultivim_vim_status.py;h=d9f54bb12cfca254f99eb720a16b55d82f020b24;hb=54c033b73391a95c16f8ec737a9970072763acb2;hp=e830ff165e17ae6aec8afb18d890819306694324;hpb=6fa799be663320e98c016f7d7c85eecdae81fd89;p=osm%2FNG-SA.git diff --git a/src/osm_ngsa/dags/multivim_vim_status.py b/src/osm_ngsa/dags/multivim_vim_status.py index e830ff1..d9f54bb 100644 --- a/src/osm_ngsa/dags/multivim_vim_status.py +++ b/src/osm_ngsa/dags/multivim_vim_status.py @@ -85,7 +85,7 @@ def create_dag(dag_id, dag_number, dag_description, vim_id): vim_type = vim_account["config"]["vim_type"].lower() if vim_type == "vio" and "vrops_site" not in vim_account["config"]: vim_type = "openstack" - if vim_type == "openstack": + if vim_type == "openstack" or vim_type == "vio": return OpenStackCollector(vim_account) if vim_type == "gcp": return GcpCollector(vim_account)