<div dir="ltr">Fixed!! YAY!!!<div><br></div><div>Need to add to metadata_agent.ini the following line:</div><div><br></div><div>---</div><div>endpoint_type = publicURL<br></div><div>---</div><div><br></div><div>IceHouse ready for production!! IPv6 almost everywhere!!     :-D</div>

<div><br></div><div>Cheers!!!</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 19 May 2014 20:56, Jason Bishop <span dir="ltr"><<a href="mailto:jason.bishop@gmail.com" target="_blank">jason.bishop@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"><br><div>I had same symptom (trusty/icehouse).  hitting metadata via the 169 address generated the same error.  I turned on debug for metadata service and found I had my auth_url pointing to wrong place in metadata_agent.ini.  I suspect you have checked all of these things already.  If you suspect v4/v6 problem you could try changing your auth_url, etc to known bad values and see if behavior changes.</div>


<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Mon, May 19, 2014 at 12:13 AM, Martinx - ジェームズ <span dir="ltr"><<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@gmail.com</a>></span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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>
<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>
</div></div><br></div></div>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>