Merge pull request #1613 from nvazquez/vmnetworkmapissue CLOUDSTACK-9436: vm_network_map table cleanup, release network resources on expunge commandJIRA TICKET: https://issues.apache.org/jira/browse/CLOUDSTACK-9436
This PR replaces #1594 Due to error on `test/integration/smoke/test_vpc_redundant.py` it was found out that `vm_network_map` table should be less aggresive on vm stop * pr/1613: CLOUDSTACK-9436: Release network resources on expunge command Signed-off-by: Will Stevens <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0a0839ea Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0a0839ea Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0a0839ea Branch: refs/heads/4.9-bountycastle-daan Commit: 0a0839ea2d01c1806534a4fab2fc4c384e650633 Parents: 46a6530 148e974 Author: Will Stevens <[email protected]> Authored: Mon Jul 25 16:37:18 2016 -0400 Committer: Will Stevens <[email protected]> Committed: Mon Jul 25 16:37:18 2016 -0400 ---------------------------------------------------------------------- server/src/com/cloud/vm/UserVmManagerImpl.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ----------------------------------------------------------------------
