bug 6800: introducing a vm error state and fixing a couple of bugs introduced by the new networking model and around vm destroy

This commit is contained in:
abhishek 2010-12-06 14:02:36 -08:00
parent f902a9fa1f
commit 10f319ecd7
1 changed files with 1 additions and 0 deletions

View File

@ -2960,6 +2960,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, VirtualM
}
}
//used for vm transitioning to error state
private void updateVmStateForFailedVmCreation(Long vmId) {
UserVmVO vm = _vmDao.findById(vmId);
if(vm != null){