mirror of https://github.com/apache/jclouds.git
fix default behaviour
This commit is contained in:
parent
9b7bd20986
commit
3a61b143b4
|
@ -37,8 +37,7 @@ public class VCloudHardwareBuilderFromResourceAllocations extends HardwareBuilde
|
|||
// return new VolumeImpl(from.getAddressOnParent() + "", Volume.Type.LOCAL, vDisk.getCapacity() / 1024f, null,
|
||||
// "0".equals(from.getAddressOnParent()), true);
|
||||
// } else {
|
||||
// return super.apply(from);
|
||||
return super.apply(from);
|
||||
// }
|
||||
return null;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue