mirror of https://github.com/apache/cloudstack.git
In integration work for CCS I found that the service call UserVmService.destroyVm(long uuid, boolean expunge) does not honour the expunge flag. I traced it down to the implementation VirtualMachineManagerImpl.destroy(String vmUuid, boolean expunge). Testing: manual testing so far, testing will pose some crosscutting challanges as the behaviour and implementation are seperated by about five layers of abstraction. |
||
|---|---|---|
| .. | ||
| resources/META-INF/cloudstack/core | ||
| src | ||
| test | ||
| pom.xml | ||