bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

VM Couldn't connect to metadata service #117

Closed xuyang06 closed 11 years ago

xuyang06 commented 11 years ago

I install Openstack Grizzly Version almost exactly the same based on your manual: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst

The only difference is that I enable network namespace in the network node to reuse private ip ranges.

When I boot the VM, the log output is like below:

udhcpc (v1.18.5) started Sending discover... Sending discover... Sending select for 10.0.0.4... Lease of 10.0.0.4 obtained, lease time 120 deleting routers route: SIOCDELRT: No such process adding dns 10.0.0.3 cloudsetup: checking http://169.254.169.254/20090404/metadata/instanceid wget: can't connect to remote host (169.254.169.254): Connection timed out cloudsetup: failed 1/30: up 4.39. request failed

I could get IP release. But I couldn't connect to metadata service. It shows 'Connection time out.' Could you please give me some suggestions? Thanks a lot!