<div dir="ltr">Hi Ofer,<div><br></div><div>Basically this operation consists in ensuring that an instance, when it's booted, is also associated with a floating IP address, and therefore publicly accessible.</div><div>I discussed this topic a couple months ago with another developer, but I am now unable to find the chat in the openstack-dev IRC logs.</div>
<div><br></div><div>The bottom line is that even if this is registered as a neutron blueprint, we are not really sure Neutron is the right place to perform orchestration operation.</div><div>And this operation falls into this category - since it involves, creating a port, ensuring the network for that port is associated with a router, allocating a floating IP, and associating it with the port.</div>
<div><br></div><div>Currently all the orchestration operations are performed in the module which configures instances networking, which is part of nova. This module (nova.network.quantumv2.api) uses the quantum API.</div>
<div>I reckon this blueprint should be implemented there performing the operations listed above.</div><div><br></div><div>Salvatore</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 28 July 2013 16:16, Ofer Blaut <span dir="ltr"><<a href="mailto:oblaut@redhat.com" target="_blank">oblaut@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
Hi, I am interested in helping out with QE efforts on upstream<br>
OpenStack, specifically around Neutron.<br>
<br>
I'm trying to understand the following blueprint,can you please point me to more detailed design<br>
<br>
<a href="https://blueprints.launchpad.net/neutron/+spec/auto-associate-floating-ip" target="_blank">https://blueprints.launchpad.net/neutron/+spec/auto-associate-floating-ip</a><br>
<br>
<br>
Thanks<br>
<br>
Ofer Blaut<br>
<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div>