----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9539/#review26267 -----------------------------------------------------------
Commit 5aee73b1a59f02c7853892d13afc58ad01f40c88 in branch refs/heads/4.1 from Wei Zhou [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5aee73b ] CLOUDSTACK-1325: add password in response of RestoreVM (cherry picked from commit a5723992a0eeea9fc383c656b0d61dfc9e541ff9) Signed-off-by: Wei Zhou <w.z...@leaseweb.com> - ASF Subversion and Git Services On May 6, 2013, 5:12 a.m., Wei Zhou wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9539/ > ----------------------------------------------------------- > > (Updated May 6, 2013, 5:12 a.m.) > > > Review request for cloudstack, Abhinandan Prateek and Harikrishna Patnala. > > > Bugs: CLOUDSTACK-1325 > > > Repository: cloudstack-git > > > Description > ------- > > In 4.0.1, There is no password field in the respone of RestoreVM. > Please see https://issues.apache.org/jira/browse/CLOUDSTACK-1325 > > This patch add a new password in the response. > > > Diffs > ----- > > api/src/com/cloud/vm/UserVmService.java 6635657 > server/src/com/cloud/vm/UserVmManagerImpl.java dbcbeb8 > > Diff: https://reviews.apache.org/r/9539/diff/ > > > Testing > ------- > > Testing manually ok. > > command=restoreVirtualMachine&response=json&virtualmachineid=1a53a308-c870-452a-9eff-23975919286b > public $jobid => > string(36) "7e855ed2-b5ab-4449-a163-5c1af62019ab" > > command=queryAsyncJobResult&response=json&jobid=7e855ed2-b5ab-4449-a163-5c1af62019ab > public $password => > string(9) "mD5qkzmdk" > > > Thanks, > > Wei Zhou > >