Update workflow name for cluster update operation 93/14593/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 24 Sep 2024 10:38:04 +0000 (12:38 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 26 Sep 2024 09:39:10 +0000 (11:39 +0200)
Change-Id: I6ab626286f95584aa7e33d1d9a36a9f1507c8e3c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_lcm/odu_libs/cluster_mgmt.py

index 935cc02..98f308a 100644 (file)
@@ -137,7 +137,7 @@ async def update_cluster(self, op_id, op_params, content):
     db_vim_account = content["vim_account"]
 
     workflow_template = "launcher-update-crossplane-cluster.j2"
-    workflow_name = f"delete-cluster-{db_cluster['_id']}"
+    workflow_name = f"update-cluster-{db_cluster['_id']}"
     # cluster_name = db_cluster["name"].lower()
     cluster_name = db_cluster["git_name"].lower()