when user vm migrates, update rules on destination host

This commit is contained in:
Chiradeep Vittal 2010-10-08 10:30:54 -07:00
parent e1513645a0
commit f62ba52076
1 changed files with 1 additions and 1 deletions

View File

@ -2030,7 +2030,7 @@ public class UserVmManagerImpl implements UserVmManager {
txn.start();
_vmDao.updateIf(vm, Event.OperationSucceeded, host.getId());
txn.commit();
_networkGroupManager.handleVmStateTransition(vm, State.Running);
return true;
} catch(Exception e) {
s_logger.warn("Exception during completion of migration process " + vm.toString());