mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
Changed IsoToIMachine to run in headless mode.
This commit is contained in:
parent
8cdcfff261
commit
45bf2b4248
@ -190,7 +190,7 @@ public class IsoToIMachine implements Function<String, IMachine> {
|
||||
}
|
||||
|
||||
private void ensureMachineIsLaunched(String vmName) {
|
||||
applyForMachine(manager, vmName, new LaunchMachineIfNotAlreadyRunning(manager, ExecutionType.GUI, ""));
|
||||
applyForMachine(manager, vmName, new LaunchMachineIfNotAlreadyRunning(manager, ExecutionType.HEADLESS, ""));
|
||||
}
|
||||
|
||||
private void ensureGuestAdditionsMediumIsAttached(String vmName, final IMedium guestAdditionsDvdMedium) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user