<div dir="ltr">I forgot to post my configuration details, here we go:<div><br></div><div><br></div><div>* Controller Node (psuaa-1 host):</div><div><br></div><div>grep metadata /etc/nova/*</div><div><br></div><div>---</div>

<div><div>root@psuaa-1:~# grep metadata /etc/nova/nova.conf</div><div>metadata_host = 192.168.5.10<br></div><div>metadata_listen = 192.168.5.10</div><div>service_neutron_metadata_proxy = True</div><div>neutron_metadata_proxy_shared_secret = XXXYY</div>

</div><div>---</div><div><br></div><div><br></div><div>* Network Node (psuab-1 host):</div><div><br></div><div>cat /etc/neutron/metadata_agent.ini</div><div><br></div><div>---</div><div><div>[DEFAULT]</div><div>debug = True</div>

<div>verbose = True</div><div><br></div><div>auth_url = <a href="http://psuaa-1.tcmc.com.br:5000/v2.0">http://psuaa-1.tcmc.com.br:5000/v2.0</a><br></div><div>auth_region = sp-east-1</div><div>admin_tenant_name = service<br>

</div><div>admin_user = neutron</div><div>admin_password = XXXZZ</div><div><br></div><div>nova_metadata_ip = 192.168.5.10<br></div><div>nova_metadata_port = 8775<br></div><div>metadata_proxy_shared_secret = XXXYY<br></div>

</div><div>---</div><div><br></div><div>cat /etc/neutron/dhcp_agent.ini</div><div><br></div><div>---</div><div><div>[DEFAULT]</div><div>verbose = True</div><div>interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</div>

<div>dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq</div><div>use_namespaces = True</div><div>dhcp_domain = <a href="http://tcmc.com.br">tcmc.com.br</a></div></div><div>---</div><div><br></div><div>* Connectivity test:</div>

<div><br></div><div>---</div><div><div>root@psuab-1:~# telnet 192.168.5.10 8775</div><div>Trying 192.168.5.10...</div><div>Connected to 192.168.5.10.</div><div>Escape character is '^]'.</div></div><div>---</div><div>

<br></div><div>NOTE: The value of auth_url entry, "<a href="http://psuaa-1.tcmc.com.br:5000/v2.0">http://psuaa-1.tcmc.com.br:5000/v2.0</a>", is an IPv6-Only address.</div><div><br></div><div>---</div><div><div>
root@psuab-1:~# telnet <a href="http://psuaa-1.tcmc.com.br">psuaa-1.tcmc.com.br</a> 5000</div>
<div>Trying 2804:290:4:dead::10...</div><div>Connected to <a href="http://psuaa-1.tcmc.com.br">psuaa-1.tcmc.com.br</a>.</div><div>Escape character is '^]'.</div></div><div>---</div><div><br></div><div><br></div><div>

* Compute Node (psuah-1 host):</div><div><br></div><div>grep metadata /etc/nova/nova.conf<br></div><div><br></div><div>---</div><div><div>root@psuah-1:~# grep metadata /etc/nova/nova.conf</div><div>metadata_host = 192.168.5.10</div>

<div>service_neutron_metadata_proxy = True</div><div>neutron_metadata_proxy_shared_secret = XXXYY</div></div><div>---</div><div><br></div><div><br></div><div>Tks!</div><div>Thiago</div><div><br></div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On 19 May 2014 02:53, Martinx - ジェームズ <span dir="ltr"><<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@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">Hello Stackers!<div><br></div><div>I'm trying to deploy IceHouse with Ubuntu 14.04 and, almost everything is running just fine, except for Metadata, when I try to access it, using from within an Instance, the following command:</div>


<div><br></div><div><br></div><div>"curl <a href="http://169.254.169.254/2009-04-04/instance-id" target="_blank">http://169.254.169.254/2009-04-04/instance-id</a>"</div><div><br></div><div><br></div><div>I'm seeing the following error: "500 Internal Server Error"</div>


<div><br></div><div>ScreenShot: <a href="http://i.imgur.com/wVEKeh0.png" target="_blank">http://i.imgur.com/wVEKeh0.png</a></div><div><br></div><div><br></div><div>And, at the Network Node, the "Error 500" above, dumps the following messages at the logs:</div>


<div><br></div><div><br></div><div><a href="http://paste.openstack.org/show/80860/" target="_blank">http://paste.openstack.org/show/80860/</a><br></div><div><br></div><div><br></div><div>BTW, I followed the Docs: <a href="http://docs.openstack.org/icehouse/install-guide/install/apt/content/" target="_blank">http://docs.openstack.org/icehouse/install-guide/install/apt/content/</a> </div>


<div><br></div><div>The only difference from the docs, is that my environment have IPv6 for APIs and Endpoints but, the Metadata Network, Projects subnets and GRE tunnels are still IPv4-Only...</div><div><br></div><div>I appreciate any help! I'm not sure about how to debug it... Tks!</div>


<div><br></div><div>Best,</div><div>Thiago</div></div>
</blockquote></div><br></div>