X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=tools%2Fclustering%2Fcluster-deployer%2Frestart.py;h=48bfa903e693fb8c9f59e9f7d39944ecab37c528;hp=c56092ac345d25aabbdf0f9a3d0724d6ef3e0ed7;hb=a556b1c880243c5421fbd5fb75b99c01a31c37bd;hpb=3c37aa091e4d28d96d7987d7ddca127fd957d419 diff --git a/tools/clustering/cluster-deployer/restart.py b/tools/clustering/cluster-deployer/restart.py index c56092ac34..48bfa903e6 100755 --- a/tools/clustering/cluster-deployer/restart.py +++ b/tools/clustering/cluster-deployer/restart.py @@ -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()