bug fix clustermanager

This commit is contained in:
Usman Nasir
2021-03-30 22:57:39 +05:00
parent 00ee2bc0a4
commit 6c180eef74

View File

@@ -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})