From: selvi.j Date: Wed, 24 Feb 2021 06:50:13 +0000 (+0000) Subject: Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F10383%2F1;p=osm%2FLCM.git 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 --- 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)