Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Sébastien Han
Thanks for the detail reply :-). And many thanks for the patch, I'll give a try and let you know. Cheers! On Tue, Oct 30, 2012 at 12:47 PM, Kiall Mac Innes wrote: > P.S. - That patch is against the current "stable/folsom" branch.. It won't > apply to Grizzly cleanly.. > > Thanks, > Kiall > > >

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Kiall Mac Innes
P.S. - That patch is against the current "stable/folsom" branch.. It won't apply to Grizzly cleanly.. Thanks, Kiall On Tue, Oct 30, 2012 at 11:46 AM, Kiall Mac Innes wrote: > Response inline. > > Thanks, > Kiall > > > On Tue, Oct 30, 2012 at 11:04 AM, Sébastien Han > wrote: > >> Hi Kial, >> >>

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Kiall Mac Innes
Response inline. Thanks, Kiall On Tue, Oct 30, 2012 at 11:04 AM, Sébastien Han wrote: > Hi Kial, > > Hold on... > You obviously didn't understand my question. So please don't try to > teach me anything. I can admit that the initial description of my > request was a bit unclear. So I'm gonna try

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Sébastien Han
Hi Kial, Hold on... You obviously didn't understand my question. So please don't try to teach me anything. I can admit that the initial description of my request was a bit unclear. So I'm gonna try to clarify it. I use nova-network with the VLAN manager, so I have a network range per projects (fi

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Kiall Mac Innes
Hi Sebastian, The commands are nearly identical - just replace quantum with nova! Although, it sounds like you already have floating IPs being allocated randomly. That could be one of two things - either you have auto_assign_floatingip=True in your configuration, or you misunderstand the differe

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Sébastien Han
@Kiall, if it does, tell us more about it please. On Tue, Oct 30, 2012 at 10:19 AM, Kiall Mac Innes wrote: > I'm fairly confident that quantum is not a requirement for this. > > Nova's in-built networking supports exactly this since as long ago as I can > remember. > > Thanks, > Kiall > > On Oct

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Sébastien Han
Bonjour Mr Macchi, As you may already know I don't run Quantum but nova-network with Folsom. However I should have mentioned it before :) Any trick for nova-network? Cheers! On Tue, Oct 30, 2012 at 10:03 AM, Emilien Macchi wrote: > Hello Sebastien, > > > What you can do today is to choose manu

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Kiall Mac Innes
I'm fairly confident that quantum is not a requirement for this. Nova's in-built networking supports exactly this since as long ago as I can remember. Thanks, Kiall On Oct 30, 2012 9:04 AM, "Emilien Macchi" wrote: > Hello Sebastien, > > > What you can do today is to choose manually which floati

Re: [Openstack] Allocate specific floating IP to an instance

2012-10-30 Thread Emilien Macchi
Hello Sebastien, What you can do today is to choose manually which floating IP you need to associate with a specific instance. You need to run OpenStack Folsom + Quantum. First, you need to create Floating IP pool(s) from Quantum CLI, and after that, the tenant is able to associate this IP to