mirror of https://github.com/apache/jclouds.git
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…
Reference in New Issue