From: ksaikiranr Date: Wed, 27 Jan 2021 16:43:22 +0000 (+0530) Subject: Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard X-Git-Tag: branch-sol006v331-start~5 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLCM.git;a=commitdiff_plain;h=5b2c45aad0bbfdd4410ed3912ff6a21cea1216a9 Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard Integrated functions implemented in n2vc module for actions list, configs list and executed actions/history of actions Change-Id: I25db0d9fe4535b9908883a6f2175c3e80997e7cf Signed-off-by: ksaikiranr --- diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 7a07321..a11a2fa 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -222,6 +222,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: