Commit 42b89d48 authored by Julien Muchembled's avatar Julien Muchembled

Do not let neo.scripts.simple do more than starting processes

In particular, a cluster may now starts automatically so 'simple' can't know
whether the cluster is in an expected state or not.
parent 366d595a
......@@ -47,7 +47,7 @@ def main():
cluster = functional.NEOCluster(args, **dict((x, getattr(options, x))
for x, _ in option_list))
try:
cluster.start()
cluster.run()
logging.info("Cluster running ...")
signal.pause()
finally:
......
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