Was the additional IP assigned through CloudStack or only on the VM? If CloudStack knows about the IP, the script should still work; if it doesn't, it may be a bug. If CloudStack does not know about the IP then it won't work.
Best regards, Kirk On 10/01/2013 04:34 AM, Rafael Weingartner wrote: > Thanks Kirk, > > I just asked because I had a problem, > > I assigned another IP address to the interface eth0 on the VM, eth0:0. > > And it seems that after a reboot the VM changed the password and I am > not able to change it again. > > I was making some tests and when I execute "wget -q -t 3 -T 20 -O - > --header "DomU_Request: send_my_password" $PASSWORD_SERVER_IP:8080" from > IP address that is not managed by CS the router returns ""(empty), then > the password is change to empty. > > You really helped, I am now going to check the "serve_password.sh" and > "/var/cache/cloud/passwords" to see if I can work this around.