1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Getting rid of testing code

git-svn-id: http://svn.opennebula.org/one/trunk@499 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2009-04-30 18:30:21 +00:00
parent 4bfc6ac484
commit 169018c458
2 changed files with 4 additions and 9 deletions

View File

@ -403,9 +403,8 @@ public class DeployVM
}
argsWithHost[args.length] = "--url";
// TODO this is just for testing
// argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk";
argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
cb = AppUtil.initialize("DeployVM", null, argsWithHost);
@ -439,9 +438,7 @@ public class DeployVM
}
argsWithHost[args.length] = "--url";
// TODO this is just for testing
// argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk";
argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
cb = AppUtil.initialize("DeployVM", null, argsWithHost);

View File

@ -264,9 +264,7 @@ public class OperationsOverVM
}
argsWithHost[args.length] = "--url";
// TODO this is just for testing
// argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk";
argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
cb = AppUtil.initialize("DeployVM", null, argsWithHost);