OK I was a little confused, it returns right password on first start and on reset password but only from UI.
When I create VM by API it doesn't return anything(no password returned) on GUI, but in log file there is record like this: {"routing.SavePasswordCommand":{"password":"iJ2vcrdmf","vmIpAddress":"10.1.1.211","vmName":"arch-64","accessDetails": {"zone.network.type":"Advanced","router.name":"r-42-VM","router.ip":"169.254.2.46","router.guest.ip":"10.1.1.1"},"wait":0}}, {"routing.VmDataCommand":{"vmIpAddress":"10.1.1.211","vmName":"arch-64","accessDetails": {"zone.network.type":"Advanced","router.name":"r-42-VM","router.ip":"169.254.2.46","router.guest.ip":"10.1.1.1"},"wait":0}}] } Here is some password, but I can't login with it. I guess it is encrypted password just due to security, because it must be logged and others can see it so the real one must be hidden(encrypted) here, is it true maybe or what it is purpose? ----- Original Message ----- From: "Siniša Denić" <sde...@peacebellservers.com> To: "harikrishna patnala" <harikrishna.patn...@citrix.com> Cc: cloudstack-dev@incubator.apache.org Sent: Friday, March 8, 2013 7:23:29 PM Subject: Re: No password at start of new password enabled VM Hi Harikrishna than you for reply, but are you sure it works every time and return correct password? Should it return alert dialog with password on any start of password enabled VM or just for the first time after VM creation? When I issue API command deployVM.. it surly doesn’t return any dialog, when I do it by UI it return dialog with password with which I can’t Login.?? So I must reset password (even at creating VM) and get pass. from another dialog which appears after password reset. So I’m not sure this *.js alert dialog works well? >Hi Sinisa, >This problem was there earlier but I already fixed this a week back, can you >try pulling the latest code and check again. >-Harikrishna