Github user serg38 commented on the issue:

    https://github.com/apache/cloudstack/pull/1686
  
    @rhtyd I think you meant guest_os_type not guest_os_id. In this case the 
issue is not only that it returns ID instead of UUID but also that it doesn't 
return ID of os type. In the sample output ostypeid":12 is not correct OS type 
which is supposed to be 1 ( CentOs). The right response seems to be
    userVmResponse.setOsTypeId(userVm.getGuestType().toString());
    vs
    userVmResponse.setOsTypeId(userVm.getGuestOsUuid());



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to