Re: [Openstack] Auto assign Floating IP with Neutron in Icehouse?

2014-06-05 Thread Toan Ngo
Any more ideas on this one? I am trying to get auto assignment working for private cloud deployment for developers to use. Thanks. On Mon, May 5, 2014 at 10:10 AM, Toan Ngo wrote: > I have tried those settings but they seem to be for nova-network and not > neutron. I put them in all my nova.

Re: [Openstack] Auto assign Floating IP with Neutron in Icehouse?

2014-05-05 Thread Toan Ngo
I have tried those settings but they seem to be for nova-network and not neutron. I put them in all my nova.conf files (controller, compute, network) and it didn't appear to work. Which configuration file should those settings go in and on which node? Thanks, Toan On Thu, May 1, 2014 at 5:32

Re: [Openstack] Auto assign Floating IP with Neutron in Icehouse?

2014-05-01 Thread Robert Collins
Same as without neutron - set these options: # Default pool for floating IPs (string value) #default_floating_pool=nova # Autoassigning floating IP to VM (boolean value) #auto_assign_floating_ip=false -Rob On 2 May 2014 11:15, Toan Ngo wrote: > Is there an option to configure automatic floatin

[Openstack] Auto assign Floating IP with Neutron in Icehouse?

2014-05-01 Thread Toan Ngo
Is there an option to configure automatic floating IP assignment with Neutron? I read one reply in a December dev thread mentioning that it was going to be a feature available in Neutron icehouse. I have been unable to find any documentation or information supporting automatic floating IP assignm

Re: [Openstack] Auto assign Floating IP

2013-12-11 Thread Jitendra Kumar Bhaskar
Thanks a lot Salvatore. I will do something like you suggested. Regards *Jitendra Bhaskar* On Wed, Dec 11, 2013 at 4:26 PM, Salvatore Orlando wrote: > This feature will be available in neutron for the Icehouse release, and > will cause a floating IP to be created everytime a VM is booted

Re: [Openstack] Auto assign Floating IP

2013-12-11 Thread Salvatore Orlando
This feature will be available in neutron for the Icehouse release, and will cause a floating IP to be created everytime a VM is booted. However, it is unlikely that feature will be backported. For Havana users, the best workaround so far, in my opinion, is: 1) create a port on a subnet connected

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread Rick Jones
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 yourse

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread 郭龙仓
well , part of the vm's boot process looks like this , maybe this can help you find some clue: 1. nova boot will get into compute driver, which will call quantum api to create port 2. quantum-server creates the port object and allocates it with ip address from subnets 3. quantum-se

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread Antonio Messina
Hi All, maybe I am missing something, but the auto assigning feature is, in my humble opinion, very useful in order to give easy access to the VMs, so I wonder why it is not yet integrated into Neutron. I suppose other people have the same need, so I guess Neutron has a different solution for tha

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread Jitendra Kumar Bhaskar
I am doing d same but I am looking to attach floating IP at boot time. And not getting where I need to change ? Regards *Jitendra Bhaskar* On Tue, Dec 10, 2013 at 12:45 PM, 郭龙仓 wrote: > floating ip is implemented through NAT , so , once your instance was > assigned an internal ip successfu

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread 郭龙仓
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 > Hi Stackers >

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread Sergey Lukjanov
Hi, it's possible only with nova-network by specifying auto_assign_floating_ip = True in nova.conf. On Tue, Dec 10, 2013 at 8:49 AM, Jitendra Kumar Bhaskar < jitendr...@pramati.com> wrote: > Can anybody share some clue ? > > Regards > *Jitendra Bhaskar* > > > > > > > On Mon, Dec 9, 2013 at 11:2

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread jj
auto_assign_floating_ip=True nova.conf -- 止语 -- Original -- From: "Jitendra Kumar Bhaskar";; Date: Tue, Dec 10, 2013 01:19 PM To: "openstack@lists.openstack.org"; Subject: Re: [Openstack] Auto assign Floating IP

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread Jitendra Kumar Bhaskar
Can anybody share some clue ? Regards *Jitendra Bhaskar* On Mon, Dec 9, 2013 at 11:29 AM, Jitendra Kumar Bhaskar < jitendr...@pramati.com> wrote: > Hi Stackers > > Is it possible to assign floating IP to instance at boot time in Hanana ? > > Regards > *Jitendra Bhaskar* > > > > > __

[Openstack] Auto assign Floating IP

2013-12-08 Thread Jitendra Kumar Bhaskar
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@lists.openstack.org Unsubscribe : ht