Bug 2250 fixed
[osm/NBI.git] / osm_nbi / instance_topics.py
index 4193017..6072267 100644 (file)
@@ -975,7 +975,7 @@ class NsrTopic(BaseTopic):
                                         if (
                                             cpd.get("constituent-cpd-id")
                                             == iface_ext_cp
-                                        ):
+                                        ) and vnf_profile.get("id") == vnf_index:
                                             vdu_iface["ns-vld-id"] = vlc.get(
                                                 "virtual-link-profile-id"
                                             )