mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
Added missing saveSettings() to network config in IsoToIMachine.
This commit is contained in:
parent
242b15f611
commit
6749cff633
@ -181,6 +181,7 @@ public class IsoToIMachine implements Function<String, IMachine> {
|
||||
@Override
|
||||
public Void apply(IMachine machine) {
|
||||
machine.attachDevice(controllerIDE, 1, 1, DeviceType.DVD, guestAdditionsDvdMedium);
|
||||
machine.saveSettings();
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user