From 6c180eef7470c57f7e37d96160b286c574d35679 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 30 Mar 2021 22:57:39 +0500 Subject: [PATCH] bug fix clustermanager --- cloudAPI/cloudManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudAPI/cloudManager.py b/cloudAPI/cloudManager.py index 1b0a8e586..e33cc2cac 100755 --- a/cloudAPI/cloudManager.py +++ b/cloudAPI/cloudManager.py @@ -2702,7 +2702,7 @@ class CloudManager: writeToFile.close() execPath = "/usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/ClusterManager.py --function %s --type %s" % ( - 'SetupCluster', type) + 'SetupCluster', self.data['type']) ProcessUtilities.popenExecutioner(execPath) final_json = json.dumps({'status': 1})