-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21015/
-----------------------------------------------------------
Review request for cloudstack.
Bugs: CLOUDSTACK-6472
https://issues.apache.org/jira/browse/CLOUDSTACK-6472
Repository: cloudstack-git
Description
-------
Running "listUsageRecords" when there were any destroyed/expunged Virtual
Machines would return errors (on 4.3) or return null UUIDs (on master). The
UUID is important for correlating records.
Diffs
-----
server/src/com/cloud/api/ApiResponseHelper.java 250f5a9
Diff: https://reviews.apache.org/r/21015/diff/
Testing
-------
1) Created virtual machine
2) Ran usage
3) ran "listUsageRecords" API call, successful data returned
4) Expunged VM
5) Ran usage
6) ran "listUsageRecords" API call, successful data returned (this would
previously return an error)
Thanks,
Sam Schmit