From: kayal2001 Date: Mon, 4 Nov 2024 16:48:55 +0000 (+0530) Subject: Bug 2394: Fix for Unable to update Ns Config Template completely X-Git-Tag: v18.0.0~26 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F14699%2F4;p=osm%2FNBI.git Bug 2394: Fix for Unable to update Ns Config Template completely Change-Id: Ia33b6ab8e76c1836c354c27110d2dd6c4cf5ba0c Signed-off-by: kayal2001 --- diff --git a/osm_nbi/descriptor_topics.py b/osm_nbi/descriptor_topics.py index 36b1d65..3ba53c2 100644 --- a/osm_nbi/descriptor_topics.py +++ b/osm_nbi/descriptor_topics.py @@ -2330,6 +2330,7 @@ class NsConfigTemplateTopic(DescriptorTopic): "Instantiation parameters vim-flavor-name and vim-flavor-id are mutually exclusive" ) validate_input(param_content, self.instantiation_params[param]) + final_content.update({"config": edit_content_param}) return final_content except Exception as e: raise EngineException(