mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
AssignToLoadBalancer - added missing transaction.commit to corresponding NetworkManager method.
This commit is contained in:
parent
cec8ebd5cd
commit
6b61caad46
@ -1354,6 +1354,7 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
||||
|
||||
EventUtils.saveEvent(UserContext.current().getUserId(), loadBalancer.getAccountId(), level, type, description);
|
||||
}
|
||||
txn.commit();
|
||||
return true;
|
||||
} else {
|
||||
// Remove the instanceIds from the load balancer since there was a failure. Make sure to commit the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user