From: Adurti Date: Tue, 16 Jul 2024 07:33:42 +0000 (+0000) Subject: Feature 11039: Modification of Audit logs in NBI for password change and NS operation... X-Git-Tag: release-v16.0-start~11 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F14492%2F4;p=osm%2FNBI.git 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 --- 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)