X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=ca856614f4c6ea3d15372bcc17a30e934851a70e;hb=refs%2Ftags%2Fv9.1.0;hp=a006f8ed6fd1ed0327fe4aae795d05882f4380bb;hpb=ca405398427edc43e9b26e53b878b5e25ab21820;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index a006f8e..ca85661 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -2195,6 +2195,7 @@ class NsLcm(LcmBase): kdu_instance = self.k8scluster_map[k8sclustertype].generate_kdu_instance_name( db_dict=db_dict_install, kdu_model=k8s_instance_info["kdu-model"], + kdu_name=k8s_instance_info["kdu-name"], ) self.update_db_2("nsrs", nsr_id, {nsr_db_path + ".kdu-instance": kdu_instance}) await self.k8scluster_map[k8sclustertype].install(