Hi, <br><br>I had tried every sollution posted on the openstack archives and it simply wouldn't work. <br>Until I had the wrong idea and installed the nova-api-metadata on the controller node and it removed the nova-api, which corrupted the openstack deployment. So when I re-installed all the nova components (the nova-api-metadata was removed), one reboot later and the metadata server was running. :)))<br>
<br>Also, I added a route to the Private Network ( for the VM) using the router external gateway.<br><br>The problem must have been from a bad installation of nova-api int the controller node.<br><br>best regards,<br>Bruno<br>
<br><div class="gmail_quote">2013/3/18 Pranav <span dir="ltr"><<a href="mailto:pps.pranav@gmail.com" target="_blank">pps.pranav@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I think this should solve the metadata issue, but there is one more issue, the instances do not seem to get IP address and also it is not so clear weather to use L2 with L3.<br clear="all"><div><div dir="ltr">


Regards,<br>Pranav<br></div></div><div><div class="h5">
<br><br><div class="gmail_quote">On Tue, Mar 19, 2013 at 1:18 AM, Anne Gentle <span dir="ltr"><<a href="mailto:anne@openstack.org" target="_blank">anne@openstack.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr"><div><div><div>Hi all, <br><br></div>I've got a doc bug against the Basic Install guide that I've been trying to understand. [1]<br><br></div>The first issue is that the Basic Install guide doesn't tell the user to install the nova-api-metadata service. But there's more to it than just that, I believe. Two doc comments have noted that there's a routing issue as well:<br>




<br>"there seems to be a step left out of this guide on the controller setup 
...once you create the tenant subnets you need to add the route from the
 internal ips in this case route add -n <a href="http://10.5.5.0/24" target="_blank">10.5.5.0/24</a> gw (the external 
router project IP ) once i did this on the controller node it pulls the 
metadata perfectly"<br><br></div>Does this routing sound like the solution in your cases?<br><br>Anne<br><div><div><br>1. <a href="https://bugs.launchpad.net/openstack-manuals/+bug/1108040" target="_blank">https://bugs.launchpad.net/openstack-manuals/+bug/1108040</a><br>




</div></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 18, 2013 at 2:11 PM, Pranav <span dir="ltr"><<a href="mailto:pps.pranav@gmail.com" target="_blank">pps.pranav@gmail.com</a>></span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Having similar issues... someone please do help us if poss.<br clear="all"><div><div dir="ltr">Regards,<br>




Pranav<br></div></div><div><div>
<br><br><div class="gmail_quote">On Tue, Mar 19, 2013 at 12:35 AM, Gui Maluf <span dir="ltr"><<a href="mailto:guimalufb@gmail.com" target="_blank">guimalufb@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div dir="ltr"><span style="color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px"><div><pre style="font-family:'Ubuntu Mono',monospace;margin-bottom:0.8em">
>>From what I understood, without the retrieval of the metadata from the
>server, the keys are not downloaded to the VM, is this correct?<br></pre></div><pre style="font-family:'Ubuntu Mono',monospace;margin-bottom:0.8em">Yes. This is correct.<br><br>AFAIK in Essex, the metadata service was pointed out through iptables. So there was a rule that DNAT the metadata service to the CC machine.<br>








</pre><pre style="font-family:'Ubuntu Mono',monospace;margin-bottom:0.8em">I had this metadata problem too, but I couldn't find out a proper solution.<br>My guess is that this problem is related to the Gateway/Router in Folsom+Quantum installation. Or maybe in the metadata_host in the nova.conf file.<br>








<br></pre><pre style="font-family:'Ubuntu Mono',monospace;margin-bottom:0.8em">I hope someone could clarify this things for us.<br><br></pre><pre style="font-family:'Ubuntu Mono',monospace;margin-bottom:0.8em">
regards.<br></pre></span><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Mon, Mar 18, 2013 at 7:32 AM, Bruno Parreira <span dir="ltr"><<a href="mailto:bsendas@gmail.com" target="_blank">bsendas@gmail.com</a>></span> wrote:<br>








</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><div style="word-wrap:break-word"><span style="color:rgb(51,51,51);font-family:Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif;font-size:12px;line-height:18px"><pre style="font-family:'Ubuntu Mono',monospace;margin-bottom:0.8em">
Hi, 

 

We have deployed OpenStack using the guide provided at the OpenStack
webpage:

Host A : controller node

Host B : network node 

Host C : compute node

 

Everything went fine during the installation process, but when we try to
instantiate a VM, the logs show that the VMs are unable to connect to the
metadata service (169.254.169.254).

We've tried this with the Ubuntu image and the Cirros image, but the result
is the same.

 

>From what I understood, without the retrieval of the metadata from the
server, the keys are not downloaded to the VM, is this correct?

Because we can ping the IP address assigned to the VM from the network node,
and if we assign a floating IP to the VM, the public IP also responds to
ping replys.

But we are unable to ssh into the VMs, with the error: "Read from socket
failed: Connection reset by peer"

If we try to telnet into the public IP this is the result:

 

controller@controller:~$ telnet x.x.x.x 22

Trying x.x.x.x...

Connected to x.x.x.x.

Escape character is '^]'.

SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1

 

Protocol mismatch.

Connection closed by foreign host.

 

Questions:

In which node is the metadata service supposed to be running (compute,
network or controller)?

Should the IP address 169.254.169.254 be reachable outside the VM?

Is there an alternative to the metadata service?

 

Kind regards,

Bruno Parreira
</pre><div><br></div></span></div><br></div></div>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><br>-- <br><font face="Arial, Helvetica, sans-serif"><b>guilherme</b> \n<br>\<font>t</font> <b>maluf</b><br></font>
</font></span></div></div>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br>