<p>Hi Sebastian,</p>
<p>The commands are nearly identical - just replace quantum with nova!</p>
<p>Although, it sounds like you already have floating IPs being allocated randomly.</p>
<p>That could be one of two things - either you have auto_assign_floatingip=True in your configuration, or you misunderstand the difference between fixed and floating ips.</p>
<p>When you boot an instance, does it get a private or public IP? And - when you ran the network-create command, what IP range did you use?</p>
<p>Kiall</p>
<div class="gmail_quote">On Oct 30, 2012 9:26 AM, "Sébastien Han" <<a href="mailto:han.sebastien@gmail.com">han.sebastien@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
@Kiall, if it does, tell us more about it please.<br>
<br>
<br>
On Tue, Oct 30, 2012 at 10:19 AM, Kiall Mac Innes <<a href="mailto:kiall@managedit.ie">kiall@managedit.ie</a>> wrote:<br>
> I'm fairly confident that quantum is not a requirement for this.<br>
><br>
> Nova's in-built networking supports exactly this since as long ago as I can<br>
> remember.<br>
><br>
> Thanks,<br>
> Kiall<br>
><br>
> On Oct 30, 2012 9:04 AM, "Emilien Macchi" <<a href="mailto:emilien@enovance.com">emilien@enovance.com</a>> wrote:<br>
>><br>
>> Hello Sebastien,<br>
>><br>
>><br>
>> What you can do today is to choose manually which floating IP you need to<br>
>> associate with a specific instance.<br>
>> You need to run OpenStack Folsom + Quantum.<br>
>><br>
>> First, you need to create Floating IP pool(s) from Quantum CLI, and after<br>
>> that, the tenant is able to associate this IP to a private instance :<br>
>><br>
>> quantum floatingip-create ext_net<br>
>><br>
>> quantum floatingip-associate $FLOATING_ID $PORT_ID<br>
>><br>
>> More informations about Networking configuration with Quantum CLI here :<br>
>><br>
>> <a href="http://docs.openstack.org/trunk/openstack-network/admin/content/demo_logical_network_config.html" target="_blank">http://docs.openstack.org/trunk/openstack-network/admin/content/demo_logical_network_config.html</a><br>
>><br>
>><br>
>> Cheers ;-)<br>
>><br>
>><br>
>> Emilien Macchi<br>
>> ----------------------------------------------------<br>
>> // eNovance Inc. <a href="http://enovance.com" target="_blank">http://enovance.com</a><br>
>> // ✉ <a href="mailto:emilien@enovance.com">emilien@enovance.com</a> ☎ <a href="tel:%2B33%20%280%291%2049%2070%2099%2080" value="+33149709980">+33 (0)1 49 70 99 80</a><br>
>> // 10 rue de la Victoire 75009 Paris<br>
>><br>
>> ________________________________<br>
>> De: "Sébastien Han" <<a href="mailto:han.sebastien@gmail.com">han.sebastien@gmail.com</a>><br>
>> À: "Openstack" <<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>><br>
>> Envoyé: Lundi 29 Octobre 2012 17:25:47<br>
>> Objet: [Openstack] Allocate specific floating IP to an instance<br>
>><br>
>> Hi Stacker,<br>
>><br>
>> I know OpenStack is not designed that way and I don't think it's<br>
>> possible (or maybe I misses something :)) but I was wondering if there<br>
>> is any simple workaround to choose a specific floating IP to allocate.<br>
>> In other words, don't give me a random or N+1 next floating IP<br>
>> available but let me decide which floating IP I want to assign to my<br>
>> instance. It doesn't make sense in a public cloud but it does for a<br>
>> corporate/private cloud. It would be nice to have :)<br>
>><br>
>> Thanks in advance.<br>
>><br>
>> Cheers!<br>
>><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">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>
>> _______________________________________________<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">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>
><br>
</blockquote></div>