Commit 44b41453 authored by Spiros Koulouzis's avatar Spiros Koulouzis

Merge origin/package into package

parents e6e8223e 982b34f3
...@@ -55,4 +55,4 @@ def run(vm_list): ...@@ -55,4 +55,4 @@ def run(vm_list):
if i.role == "master": if i.role == "master":
ret = install_agent(i, vm_list) ret = install_agent(i, vm_list)
if "ERROR" in ret: return ret if "ERROR" in ret: return ret
return "SUCCESS" return "SUCCESS"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment