mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6170
This commit is contained in:
parent
a1b778fc2c
commit
1d74daf6fe
|
|
@ -188,7 +188,7 @@ public class CloudOrchestrator implements OrchestrationService {
|
|||
rootDiskOfferingInfo.setDiskOffering(offering);
|
||||
rootDiskOfferingInfo.setSize(rootDiskSize);
|
||||
|
||||
if (offering.isCustomizedIops()) {
|
||||
if (offering.isCustomizedIops() != null && offering.isCustomizedIops()) {
|
||||
Map<String, String> userVmDetails = _userVmDetailsDao.listDetailsKeyPairs(vm.getId());
|
||||
|
||||
if (userVmDetails != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue