projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8c781
)
Bug 1830 fixed
88/13888/2
author
rojass
<srojas@whitestack.com>
Mon, 18 Sep 2023 16:08:00 +0000
(11:08 -0500)
committer
cubag
<gcuba@whitestack.com>
Thu, 5 Oct 2023 14:18:24 +0000
(16:18 +0200)
Change-Id: I6460cef35cebe7b47784e227f49aae098411cc76
Signed-off-by: rojass <srojas@whitestack.com>
osm_lcm/ns.py
patch
|
blob
|
history
diff --git
a/osm_lcm/ns.py
b/osm_lcm/ns.py
index
a3cdb74
..
fda6722
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-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: