No. we need to implement user-defined passwords instead of randomly generating them. So I went to look up the code.
I see an unopened parameter password on https://github.com/apache/cloudstack/blob/master/api/src/main/java/org/apache/cloudstack/api/command/user/vm/ResetVMPasswordCmd.java#L60, I want to enable the password parameter and let the user pass the user-defined password through the API -----邮件原件----- 发件人: Andrija Panic <[email protected]> 发送时间: 2019年12月9日 15:06 收件人: dev <[email protected]> 主题: Re: unpublished parameter for resetpasswordforvirtualmachine Is that not what you can see in the GUI when the VM is stopped, assuming you created the VM from a password-enabled template? On Mon, 9 Dec 2019, 02:52 li jerry, <[email protected]> wrote: > Hi All > > I saw an unpublished parameter "password" in the API code > resetpasswordforvirtualmachine Who knows why the password parameter is > not enabled? > > > > -Jerry > >
