CLOUDSTACK-6170

This commit is contained in:
Mike Tutkowski 2014-03-10 11:42:56 -06:00
parent a1b778fc2c
commit 1d74daf6fe
1 changed files with 1 additions and 1 deletions

View File

@ -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) {