Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard 83/10383/1 v8.0
authorselvi.j <selvi.j@tataelxsi.co.in>
Wed, 24 Feb 2021 06:50:13 +0000 (06:50 +0000)
committerselvi.j <selvi.j@tataelxsi.co.in>
Wed, 24 Feb 2021 06:50:13 +0000 (06:50 +0000)
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 <selvi.j@tataelxsi.co.in>
osm_lcm/ns.py

index 9290a08..0a1dc7f 100644 (file)
@@ -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)