mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6575: Deploy VM failed with NPE while using custom compute offering
This commit is contained in:
parent
cadefb1aeb
commit
84135cd302
|
|
@ -173,7 +173,7 @@ public class ServiceOfferingVO extends DiskOfferingVO implements ServiceOffering
|
|||
offering.getUseLocalStorage(),
|
||||
offering.getSystemUse(),
|
||||
true,
|
||||
offering.isCustomizedIops(),
|
||||
offering.isCustomizedIops()== null ? false:offering.isCustomizedIops(),
|
||||
offering.getDomainId());
|
||||
cpu = offering.getCpu();
|
||||
ramSize = offering.getRamSize();
|
||||
|
|
|
|||
Loading…
Reference in New Issue