mirror of https://github.com/apache/jclouds.git
Renamed variables.
This commit is contained in:
parent
ad8ef18bee
commit
3be39a870f
|
@ -109,8 +109,8 @@ public class IsoToIMachine implements Function<String, IMachine> {
|
||||||
public IMachine apply(@Nullable String isoName) {
|
public IMachine apply(@Nullable String isoName) {
|
||||||
|
|
||||||
String port = System.getProperty(VirtualBoxConstants.VIRTUALBOX_JETTY_PORT, "8080");
|
String port = System.getProperty(VirtualBoxConstants.VIRTUALBOX_JETTY_PORT, "8080");
|
||||||
String basebaseResource = ".";
|
String baseResource = ".";
|
||||||
Server server = new StartJettyIfNotAlreadyRunning(port).apply(basebaseResource);
|
Server server = new StartJettyIfNotAlreadyRunning(port).apply(baseResource);
|
||||||
|
|
||||||
IMachine vm = manager.getVBox().createMachine(settingsFile, vmName, osTypeId, vmId, forceOverwrite);
|
IMachine vm = manager.getVBox().createMachine(settingsFile, vmName, osTypeId, vmId, forceOverwrite);
|
||||||
manager.getVBox().registerMachine(vm);
|
manager.getVBox().registerMachine(vm);
|
||||||
|
|
Loading…
Reference in New Issue