NFP - Fixed the user config delete failure handler
Renamed the call event_done to event_complete Change-Id: Iae4c6571504f6349e5c1317f1f666a43098b6196 Closes-Bug: 1659277
This commit is contained in:
committed by
Subrahmanyam Ongole
parent
76ee7a5529
commit
1663d06a51
@@ -1409,7 +1409,7 @@ class ServiceOrchestrator(nfp_api.NfpEventHandler):
|
||||
event_data=request_data,
|
||||
is_internal_event=True)
|
||||
if event.binding_key:
|
||||
self._controller.event_done(event)
|
||||
self._controller.event_complete(event)
|
||||
return
|
||||
self.db_handler.update_network_function(
|
||||
self.db_session,
|
||||
|
||||
Reference in New Issue
Block a user