Skip to content
Snippets Groups Projects
Commit 1c81ed46 authored by Sebastian Rojas's avatar Sebastian Rojas
Browse files

Bug 1830 fixed


Change-Id: I6460cef35cebe7b47784e227f49aae098411cc76
Signed-off-by: default avatarrojass <srojas@whitestack.com>
parent 11cd93f9
No related branches found
No related tags found
1 merge request!3Draft: Bug 1830 fixed
Pipeline #12494 passed with warnings with stage
in 2 minutes and 25 seconds
......@@ -3220,6 +3220,12 @@ class NsLcm(LcmBase):
"nsr_id": nsr_id,
"nslcmop_id": nslcmop_id,
"operationState": nslcmop_operation_state,
"startTime": db_nslcmop["startTime"],
"links": db_nslcmop["links"],
"operationParams": {
"nsInstanceId": nsr_id,
"nsdId": db_nsr["nsd-id"],
},
},
)
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment