mirror of https://github.com/apache/cloudstack.git
when user vm migrates, update rules on destination host
This commit is contained in:
parent
e1513645a0
commit
f62ba52076
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue