Re: [Openstack] Validation of floating IP opertaions in Essex codebase ?

2012-03-29 Thread Day, Phil
, Phil Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net) (openstack@lists.launchpad.net) Subject: Re: [Openstack] Validation of floating IP opertaions in Essex codebase ? On Mar 28, 2012, at 10:04 AM, Day, Phil wrote: Hi Folks, At the risk of looking lazy in my first question

[Openstack] Validation of floating IP opertaions in Essex codebase ?

2012-03-28 Thread Day, Phil
Hi Stackers, In Diablo there is a bunch of validation that goes on in the network/api layer, for example when associating an IP to an instance there are checks for: - Is the address allocated - Is it allocated to this project - Is it already assigned to an

Re: [Openstack] Validation of floating IP opertaions in Essex codebase ?

2012-03-28 Thread Vishvananda Ishaya
On Mar 28, 2012, at 10:04 AM, Day, Phil wrote: Hi Folks, At the risk of looking lazy in my first question by following up with a second: So I tracked this down in the code and can see that the validation has moved into network/manager.py, and what was a validation/cast in

Re: [Openstack] Validation of floating IP opertaions in Essex codebase ?

2012-03-28 Thread Dan Wendlandt
On Wed, Mar 28, 2012 at 3:25 PM, Vishvananda Ishaya vishvana...@gmail.comwrote: So that explains where we are. Here is the plan (as I understand) for the future: a) move the quantum plugin to the api layer (At this point we could move validation into the api if necessary.) b) define a

Re: [Openstack] Validation of floating IP opertaions in Essex codebase ?

2012-03-28 Thread Leandro Reox
+1 to Dash (Dan + Vish) :p Lean@mercadolibre On Mar 28, 2012 7:50 PM, Dan Wendlandt d...@nicira.com wrote: On Wed, Mar 28, 2012 at 3:25 PM, Vishvananda Ishaya vishvana...@gmail.com wrote: So that explains where we are. Here is the plan (as I understand) for the future: a) move the