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:
772442d
)
Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard
30/10230/3
author
ksaikiranr
<saikiran.k@tataelxsi.co.in>
Wed, 27 Jan 2021 16:43:22 +0000
(22:13 +0530)
committer
bravof
<fbravo@whitestack.com>
Thu, 18 Feb 2021 19:14:04 +0000
(20:14 +0100)
Integrated functions implemented in n2vc module for
actions list, configs list and executed actions/history of actions.
Change-Id: I25db0d9fe4535b9908883a6f2175c3e80997e7cf
Signed-off-by: ksaikiranr <saikiran.k@tataelxsi.co.in>
osm_lcm/ns.py
patch
|
blob
|
history
diff --git
a/osm_lcm/ns.py
b/osm_lcm/ns.py
index
cbfb868
..
251afb8
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-211,6
+211,7
@@
class NsLcm(LcmBase):
# vcaStatus
db_dict = dict()
db_dict['vcaStatus'] = status_dict
+ await self.n2vc.update_vca_status(db_dict['vcaStatus'])
# update configurationStatus for this VCA
try: