1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Removing debug code for VMWare drivers

git-svn-id: http://svn.opennebula.org/one/trunk@693 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2009-07-15 16:04:46 +00:00
parent cdb222ae23
commit 2fe746749d
4 changed files with 2 additions and 12 deletions

View File

@ -144,7 +144,6 @@ class OneImVmware extends Thread
argsWithHost[arguments.length] = "--url";
argsWithHost[arguments.length + 1 ] = "https://" + hostToMonitor + ":443/sdk";
// argsWithHost[arguments.length + 1 ] = "https://localhost:8008/sdk";
gP = new GetProperty(argsWithHost, "HostSystem", hostToMonitor);
// Now it's time to build the response gathering the properties needed
@ -215,7 +214,7 @@ class OneImVmware extends Thread
}
System.err.println("MONITOR FAILURE " + hid_str + " Failed monitoring host " +
hostToMonitor + ". Please check the VM log.");
hostToMonitor + ".");
} // catch
} // if (action.equals("MONITOR"))
} // else if (str_split.length != 4)

View File

@ -316,9 +316,6 @@ public class DeployVM
argsWithHost[args.length] = "--url";
argsWithHost[args.length + 1 ] = "https://" + hostName + ":443/sdk";
//argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk";
cb = AppUtil.initialize("DeployVM", null, argsWithHost);
cb.connect();
@ -351,8 +348,6 @@ public class DeployVM
argsWithHost[args.length] = "--url";
argsWithHost[args.length + 1 ] = "https://" + hostName + ":443/sdk";
//argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk";
cb = AppUtil.initialize("DeployVM", null, argsWithHost);
cb.connect();

View File

@ -537,10 +537,8 @@ class OneVmmVmware extends Thread
}
argsWithHost[arguments.length] = "--url";
//argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
argsWithHost[arguments.length + 1 ] = "https://" + hostName + ":443/sdk";
argsWithHost[arguments.length + 1 ] = "https://localhost:8008/sdk";
GetProperty gPHost = new GetProperty(argsWithHost, "HostSystem", hostName);
GetProperty gpVM = new GetProperty(argsWithHost, "VirtualMachine", vmName);

View File

@ -289,8 +289,6 @@ public class OperationsOverVM
argsWithHost[args.length] = "--url";
argsWithHost[args.length + 1 ] = "https://" + hostName + ":443/sdk";
// argsWithHost[args.length + 1 ] = "https://localhost:8008/sdk";
cb = AppUtil.initialize("DeployVM", null, argsWithHost);
cb.connect();