X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_ro%2Fnfvo.py;h=02413234b0ec6c417fd5dbcdafbfb1c84db90fc6;hb=e72710b0ac189586e822a71a611f87fdce6a917d;hp=343685d0f84c9455c1e7067ce1a8adea9a0fdeed;hpb=d3750b355ef0488accb82ddeb70b9c5941feff6e;p=osm%2FRO.git diff --git a/osm_ro/nfvo.py b/osm_ro/nfvo.py index 343685d0..02413234 100644 --- a/osm_ro/nfvo.py +++ b/osm_ro/nfvo.py @@ -1086,6 +1086,9 @@ def new_vnfd_v3(mydb, tenant_id, vnf_descriptor): vnfd_id, vdu_id, iface.get("virtual-interface").get("type")), HTTP_Bad_Request) + if iface.get("mgmt-interface"): + db_interface["type"] = "mgmt" + if iface.get("external-connection-point-ref"): try: cp = vnfd.get("connection-point")[iface.get("external-connection-point-ref")]