Min, pl. cherry pick to master as well so we don't lose the fix. Thanks.
On Fri, Feb 15, 2013 at 1:43 AM, Min Chen (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/CLOUDSTACK-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Min Chen resolved CLOUDSTACK-1277. > ---------------------------------- > > Resolution: Fixed > >> ApiResponseHelper.createUserVmResponse failed to populate password field set >> from UserVm object >> ----------------------------------------------------------------------------------------------- >> >> Key: CLOUDSTACK-1277 >> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1277 >> Project: CloudStack >> Issue Type: Bug >> Security Level: Public(Anyone can view this level - this is the >> default.) >> Components: API >> Affects Versions: 4.1.0 >> Reporter: Min Chen >> Assignee: Min Chen >> Fix For: 4.1.0 >> >> >> ResetVMPasswordCmd returns no password in the UserVmResponse returned, even >> though that internally reset API is done successfully. The reason is that in >> UserVmVO class, >> "password" is defined as "transit", so it is not stored in Database. When >> we use id to find this user vm from user_vm_view, the password set from >> reset routine internally is lost. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira
