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

Getting rid of harcoded info

git-svn-id: http://svn.opennebula.org/one/trunk@491 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2009-04-24 17:20:27 +00:00
parent 585391d14c
commit fdbf6a74c6

View File

@ -132,15 +132,8 @@ class OneImVmware extends Thread
argsWithHost[i] = arguments[i];
}
<<<<<<< HEAD:trunk/src/im_mad/vmware/OneImVmware.java
argsWithHost[arguments.length] = "--url";
argsWithHost[arguments.length + 1 ] = "https://" + hostToMonitor + ":443/sdk";
=======
//argsWithHost[arguments.length] = "--url https://" + hostToMonitor + ":443/sdk";
//TODO for testing only
argsWithHost[arguments.length] = "--url";
argsWithHost[arguments.length + 1 ] = "https://" + "localhost" + ":8008/sdk";
>>>>>>> Initial commit for VMWare drivers: the Information Manager.:trunk/src/im_mad/vmware/OneImVmware.java
gP = new GetProperty(argsWithHost, "HostSystem", hostToMonitor);
// Now it's time to build the response gathering the properties needed