mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Getting rid of hardcoded info.
Fixed TODO. git-svn-id: http://svn.opennebula.org/one/trunk@466 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
bc1809f0e8
commit
d6a0479885
@ -41,9 +41,7 @@ import javax.xml.parsers.DocumentBuilder;
|
||||
|
||||
public class TMClone
|
||||
{
|
||||
// TODO set oneID from remotepath
|
||||
private String oneID = "";
|
||||
//private ArrayList diskNames = new ArrayList();
|
||||
|
||||
// Helpers from VI samples
|
||||
private static ServiceContent content;
|
||||
@ -233,7 +231,7 @@ public class TMClone
|
||||
ManagedObjectReference hostMor =
|
||||
cb.getServiceUtil().getDecendentMoRef(null,
|
||||
"HostSystem",
|
||||
"ursa09.localdomain");
|
||||
hostName);
|
||||
|
||||
// TODO make this dymamic.
|
||||
datacenter = "ha-datacenter";
|
||||
@ -321,4 +319,4 @@ public class TMClone
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user