bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VM Couldn't connect to metadata service

xuyang06 opened this issue · comments

commented

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!