Min Chen created CLOUDSTACK-1277: ------------------------------------ Summary: 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 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