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 <selvi.j@tataelxsi.co.in>
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 @@
             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)