From 756cde1d807c6e7c35139ff93f84533f87db714f Mon Sep 17 00:00:00 2001 From: "selvi.j" Date: Wed, 24 Feb 2021 06:50:13 +0000 Subject: [PATCH] Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard In ns.py file renamed the update_vcaStatus method call to update_vca_status based on the N2VC review comment https://osm.etsi.org/gerrit/#/c/osm/N2VC/+/10332/ Change-Id: I004bc93f6d971a1747f6763e4be688ddc608a209 Signed-off-by: selvi.j --- osm_lcm/ns.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 9290a08..0a1dc7f 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -302,8 +302,8 @@ class NsLcm(LcmBase): db_dict = dict() db_dict['vcaStatus'] = {nsr_id: vca_status} - await self.k8sclusterjuju.update_vcaStatus(db_dict['vcaStatus'], cluster_uuid, - kdu_instance) + await self.k8sclusterjuju.update_vca_status(db_dict['vcaStatus'], cluster_uuid, + kdu_instance) # write to database self.update_db_2("nsrs", nsr_id, db_dict) -- 2.25.1