
Changing Host Password Doesn't Work
There is a section in the Admin Guide for changing the host password- the instructions look to be the same for older versions of Cloudstack 3.x, but I am running 3.0.5. Unfortunately these instructions are not working for me. I only have one host added in my zone, so finding the host ID in the database was easy. However, when I tried to change the password, I got this:
mysql> update cloud.host set password='password' where id=1;
ERROR 1054 (42S22): Unknown column 'password' in 'field list'
Furthermore, I tried running "show columns from cloud.host;" and I did not see a "password" field. I also tried doing this on another management server running CloudPlatform 3.0.5 and I don't see a password field in cloud.host
So is has this password field been moved somewhere else in 3.0.5 or are my servers just wacky?
Thanks.

