X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fosm_ngsa%2Fdags%2Fmultivim_vm_status.py;fp=src%2Fosm_ngsa%2Fdags%2Fmultivim_vm_status.py;h=80a38eb4bc9eacc98226fb811d6b6d7e535614dc;hb=54c033b73391a95c16f8ec737a9970072763acb2;hp=18a02e1d278348dc59b8b4f1180b49be119fa560;hpb=6fa799be663320e98c016f7d7c85eecdae81fd89;p=osm%2FNG-SA.git diff --git a/src/osm_ngsa/dags/multivim_vm_status.py b/src/osm_ngsa/dags/multivim_vm_status.py index 18a02e1..80a38eb 100644 --- a/src/osm_ngsa/dags/multivim_vm_status.py +++ b/src/osm_ngsa/dags/multivim_vm_status.py @@ -86,7 +86,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)