<div dir="ltr"><div><div>ok, looks like i found the error. I added the ext_net with the wrong tenant id. It was the actual tenants id, not the admin's. Because of this OS added ext_net to the instance. The instance tried to get IP for the ext_net interface first, but because there is no dhcp it hangs there.<br>
</div>I removed the ext_net totally, so there is only one network, now its working.<br></div>Next step to put back the ext_net with admin tenant id and test again.<br></div><div class="gmail_extra"><br clear="all"><div><br>
Rusty</div>
<br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 11:36 AM, Molnár Mihály László <span dir="ltr"><<a href="mailto:lacikaaa@gmail.com" target="_blank">lacikaaa@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"><div><div><div><div><div><div><div>Hi!<br><br></div>I have a Grizzly installation with Quantum (neutron) gre tunneling based on this: <a href="https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst" target="_blank">https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst</a><br>

<br></div>It's working without problem when I use Horizon.<br><br></div>I want to use brooklyn - <a href="http://brooklyncentral.github.io/index.html" target="_blank">http://brooklyncentral.github.io/index.html</a> - which uses jClouds - <a href="http://jclouds.incubator.apache.org/-" target="_blank">http://jclouds.incubator.apache.org/-</a> to create instances.<br>

</div>In brooklyn I couldn't find a way to define the network for my instance, but as I can see in Horizon, in this case OpenStack adds both of my networks, the tenant's net and the external net. I can see the IPs in horizon, but eventually my instance doesn't get any IP address. If I define both networks in horizon and try to create my instance then its working, so there is something wrong.<br>

<br></div>I checked the RestApi calls:<br></div>Working, from horizon:<br>{"server": {"name": "Ubuntu", "imageRef": "a8c46c40-e0f8-4904-a21f-46901be91f4f", "key_name": "key", "flavorRef": "2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ff74b46a-1ab4-4a97-91c7-21c95485aa34"}, {"uuid": "49aa37da-29c8-4314-b575-d705771b5361"}], "security_groups": [{"name": "default"}]}}<br>

<br></div>Not working, from brooklyn/jcloud:<br>{"server":{"name":"br-ujpm-dipl-kryi-ou9w-336","imageRef":"a8c46c40-e0f8-4904-a21f-46901be91f4f","flavorRef":"2","key_name":"key","security_groups":[{"name":"default"}]}}<br clear="all">

<div><div><div><div><div><div><div><div><div><br></div><div>So as you can see the main difference is that there is no networks in the restapi call from brooklyn and somehow this cause a mysterious problem in the networking.<br>

</div><div>I tried these calls from RESTClient - <a href="https://addons.mozilla.org/En-us/firefox/addon/restclient/" target="_blank">https://addons.mozilla.org/En-us/firefox/addon/restclient/</a> - and I got the same results, so its working if I send networks in the restapi post, and it fails if i dont.<br>

<br></div><div>I have only problem with the networking part, the instances are created successfully.<br><br></div><div>Any idea what could go wrong or where should I check? How can I define which network should the instance join if there is no network defined? Its not ideal to join it to the ext net if there is no network defined...<br>

<br><br></div><div>Thanks! <br></div><div><br>Rusty</div>
</div></div></div></div></div></div></div></div></div>
</blockquote></div><br></div>