rhtyd commented on a change in pull request #4266:
URL: https://github.com/apache/cloudstack/pull/4266#discussion_r588029903



##########
File path: server/src/main/java/com/cloud/api/ApiResponseHelper.java
##########
@@ -3386,6 +3386,7 @@ public UsageRecordResponse createUsageResponse(Usage 
usageRecord, Map<String, Se
                 resourceType = ResourceTag.ResourceObjectType.UserVm;
                 usageRecResponse.setUsageId(vm.getUuid());
                 resourceId = vm.getId();
+                usageRecResponse.setOsTypeId(vm.getGuestOSId());

Review comment:
       @ggoodrich-ipp we just caught that this sets the DB internal ID and not 
UUID, should we fix that in 4.15.1?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to