X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=osm_ro%2Fnfvo.py;h=f4a2d798bbd4b39bde3607368a6a3306f882302a;hp=c956f9585f025b5c00d788d4d04bd69dc4b00cf2;hb=31e141b7336c646af63b674414f8c27cf6746bb3;hpb=c4f4d73f8bfe46ca8906b99dd6eb1f3342bd4bf9 diff --git a/osm_ro/nfvo.py b/osm_ro/nfvo.py index c956f958..f4a2d798 100644 --- a/osm_ro/nfvo.py +++ b/osm_ro/nfvo.py @@ -1072,7 +1072,7 @@ def new_vnfd_v3(mydb, tenant_id, vnf_descriptor): if iface.get("virtual-interface").get("type") == "OM-MGMT": db_interface["type"] = "mgmt" - elif iface.get("virtual-interface").get("type") in ("VIRTIO", "E1000"): + elif iface.get("virtual-interface").get("type") in ("VIRTIO", "E1000", "PARAVIRT"): db_interface["type"] = "bridge" db_interface["model"] = get_str(iface.get("virtual-interface"), "type", 12) elif iface.get("virtual-interface").get("type") in ("SR-IOV", "PCI-PASSTHROUGH"):