Hi there ! On 04/15/2012 06:30 PM, Salman Malik wrote: > Hi All, > > I have been able to launch an instance using devstack's dashboard. Now > there seems to be networking problem. The log of the launched instance > shows the following message repeatedly: > > cloud-setup: failed 1/30 : up 1.23. request failed > wget: can't connect to remote host (169.254.169.254): No route to host > > and afterwards, the log shows:
169.254.169.254 is the ip of whatever serves the "metadata" ubuntu instances needs after the boot (to get the ssh key). I had such"cant connect to 169.254.169.254) on some compute-node where nova-api was not running: http://docs.openstack.org/cactus/openstack-compute/admin/content/configuring-multiple-compute-nodes.html Note sure it apply on your case as you mention devstack (so i am assuming you are using only 1 node), but it could be worth checking that nova-api is actually running. _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

