From 5b2c45aad0bbfdd4410ed3912ff6a21cea1216a9 Mon Sep 17 00:00:00 2001 From: ksaikiranr Date: Wed, 27 Jan 2021 22:13:22 +0530 Subject: [PATCH] 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 --- osm_lcm/ns.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.17.1