[Openstack] Auto assign Floating IP
Rick Jones
rick.jones2 at hp.com
Tue Dec 10 16:50:09 UTC 2013
On 12/10/2013 12:29 AM, Jitendra Kumar Bhaskar wrote:
> I am doing d same but I am looking to attach floating IP at boot time.
> And not getting where I need to change ?
It would not be "automagic" but rather than have nova allocate the port
out of neutron, you can instead allocate the port yourself explicitly
via neutron, then pass that port id through the floatingip-create and
then boot the instance with that port id rather than with the network id.
Then I suspect the chances are reasonably good that as the guest OS
boots in the instance, the floater will be associated.
rick jones
agrees though that "full automagic" would be nice.
>
> Regards*
> Jitendra Bhaskar*
>
>
>
>
>
>
> On Tue, Dec 10, 2013 at 12:45 PM, 郭龙仓 <guolongcang.work at gmail.com
> <mailto:guolongcang.work at gmail.com>> wrote:
>
> floating ip is implemented through NAT , so , once your instance was
> assigned an internal ip successfully , then you can assign floating
> ip to it . but , in order to assign floating IP to instance at boot
> time, maybe you need to modify some code.
>
>
> 2013/12/9 Jitendra Kumar Bhaskar <jitendra.b at pramati.com
> <mailto:jitendra.b at pramati.com>>
>
> Hi Stackers
>
> Is it possible to assign floating IP to instance at boot time in
> Hanana ?
>
> Regards*
> Jitendra Bhaskar*
>
>
>
>
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> <mailto:openstack at lists.openstack.org>
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
>
>
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
More information about the Openstack
mailing list