Bug 2237 fixed: added a continue to the vdur verification in the update_ns_vld_target...
[osm/LCM.git] / osm_lcm / ns.py
index 7a73326..a3cdb74 100644 (file)
@@ -904,7 +904,7 @@ class NsLcm(LcmBase):
                     )
                     vdur = next((vdur for vdur in target_vnf.get("vdur", ())), None)
                     if not vdur:
-                        return
+                        continue
                     for a_index, a_vld in enumerate(target["ns"]["vld"]):
                         target_vld = find_in_list(
                             get_iterable(vdur, "interfaces"),