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:
parent
585391d14c
commit
fdbf6a74c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user