[Openstack] [Quantum] Access problem to Metadata server

Sylvain Bauza sylvain.bauza at digimind.com
Fri Mar 15 08:25:19 UTC 2013



Le 15/03/2013 08:20, Sammy Fung a écrit :
> I am following this nice guide to configure Quantum.
>
> https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/GRE/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst
>
<SNIP>
> I got timeout on HTTP request to 169.254.169.254 connecting from VM.
>
> $ wget http://169.254.169.254/2009-04-04/meta-data/instance-id
> Connecting to 169.254.169.254 (169.254.169.254:80 
> <http://169.254.169.254:80>)
> wget: can't connect to remote host (169.254.169.254): Connection timed out
>
> But I got 404 Not Found if I connect to public IP port 8775 connecting 
> from VM.
>
> $ wget http://1.2.3.4:8775/2009-04-04/meta-data/instance-id
> Connecting to 1.2.3.4:8775 <http://1.2.3.4:8775> (1.2.3.4:8775 
> <http://1.2.3.4:8775>)
> wget: server returned error: HTTP/1.1 404 Not Found
>


> Anything I can try for debug/solving it ?
>

As said in the guide, make sure your host running nova-api (incl. 
metadata, ie. 1.2.3.4) does have a route to the public IPs of your VMs.

-Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130315/0ebc7d69/attachment.html>


More information about the Openstack mailing list