----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8037/ -----------------------------------------------------------
Review request for cloudstack. Description ------- Fixed CLOUDSTACK-284 by removing the code that filtered out "Destroyed" VMs if the zone was specified. This addresses bug CLOUDSTACK-284. Diffs ----- server/src/com/cloud/vm/UserVmManagerImpl.java a2a548f Diff: https://reviews.apache.org/r/8037/diff/ Testing ------- Ran HTTP "listVirtualMachines" query both with and without "zone" parameter. Test cases, all performed as expected 1. 0 VMs 2. 1 running VM 3. 1 running, 1 destroyed VM 4. 2 destroyed VMs Thanks, Simon Waterhouse