From 87c0e4b0e67b6da2d6ffe1a5fb0d42ab7851ddc4 Mon Sep 17 00:00:00 2001 From: Adurti Date: Tue, 16 Jul 2024 07:33:42 +0000 Subject: [PATCH] Feature 11039: Modification of Audit logs in NBI for password change and NS operations extension fix for Netslice instantiate issue Change-Id: If8961c01de10f1f4c09a3b5d407aeedac6061f16 Signed-off-by: Adurti --- osm_nbi/instance_topics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index e0ee739..22fd7b8 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -3074,7 +3074,7 @@ class NsiLcmOpTopic(BaseTopic): # Creating NS_LCM_OP with the flag slice_object=True to not trigger the service instantiation # message via kafka bus - nslcmop, _ = self.nsi_NsLcmOpTopic.new( + nslcmop, _, _ = self.nsi_NsLcmOpTopic.new( rollback, session, indata_ns, None, headers, slice_object=True ) nslcmops.append(nslcmop) -- 2.25.1