File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
plugins/son-mano-service-lifecycle-management/son_mano_slm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2447,6 +2447,7 @@ def request_returned_with_error(request):
24472447 return None
24482448
24492449 self .services [serv_id ]['service' ]['nsd' ] = request ['content' ]['nsd' ]
2450+ self .services [serv_id ]['service' ]['nsd' ]['uuid' ] = nsd_uuid
24502451 LOG .info ("Service " + serv_id + ": Recreating ledger: NSD retrieved." )
24512452
24522453 # Retrieve the function records based on the service record
@@ -2482,6 +2483,7 @@ def request_returned_with_error(request):
24822483 return None
24832484
24842485 vnf ['vnfd' ] = req ['content' ]['vnfd' ]
2486+ vnf ['vnfd' ]['uuid' ] = vnfd_id
24852487 LOG .info ("Service " + serv_id + ": Recreate: VNFD retrieved." )
24862488
24872489 LOG .info ("Serice " +
You can’t perform that action at this time.
0 commit comments