I'm updateting my cloudstack 3.0.1 to 3.0.2 i use KVM as hypervisor, in the release notes says that i need to run this 2 inserts into the mysql server
insert into cloud.host_details (host_id, name, value) VALUES (the-id-of-host,"username", the-actual-host-user-name) insert into cloud.host_details (host_id, name, value) VALUES (the-id-of-host,"password", the-actual-host-password) When i add this i see a error in the management server that says that can't decrypt the password. http://paste.cloudstack.org/rkdd/ Which is the correct metod to add this password ? Thanks.