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 <adurti.v@tataelxsi.co.in>
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 @@
 
                     # 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)