fixing pep8 problems for test verify tox job
[integration/test.git] / tools / clustering / cluster-deployer / restart.py
old mode 100644 (file)
new mode 100755 (executable)
index d02a76d..48bfa90
@@ -1,4 +1,4 @@
-# #!/usr/local/bin/python
+#!/usr/bin/env python
 #
 # This script restarts the cluster nodes. It can optionally cleanup the persistent data.
 # --------------------------------------------------------------------------------------
@@ -34,4 +34,5 @@ def main():
             remote.exec_cmd("rm -rf " + args.rootdir + "/deploy/current/odl/snapshots")
         remote.start_controller(args.rootdir + "/deploy/current")
 
+
 main()