Re: [openstack-dev] Disable async network allocation

2013-10-24 Thread Melanie Witt
On Oct 24, 2013, at 7:47 AM, "Day, Phil" wrote: > Yep, that was the feature I was referring to. > > As I said I don't have anything defiant that shows this to be not working > (and the code looks fine) - just wanted to try and simplify the world a bit > for a while. Of course. That's what I

Re: [openstack-dev] Disable async network allocation

2013-10-24 Thread Day, Phil
2013 00:38 To: OpenStack Development Mailing List Subject: Re: [openstack-dev] Disable async network allocation Hi Phil 2013/10/21 Day, Phil : > Hi Folks, > > > > I'm trying to track down a couple of obsecure issues in network port > creation where it would be really

Re: [openstack-dev] Disable async network allocation

2013-10-24 Thread Day, Phil
Sent: 24 October 2013 02:48 To: OpenStack Development Mailing List Subject: Re: [openstack-dev] Disable async network allocation On Oct 23, 2013, at 5:56 PM, Aaron Rosen wrote: > I believe he's referring to: > https://github.com/openstack/nova/blob/master/nova/network/model

Re: [openstack-dev] Disable async network allocation

2013-10-23 Thread Melanie Witt
On Oct 23, 2013, at 5:56 PM, Aaron Rosen wrote: > I believe he's referring to: > https://github.com/openstack/nova/blob/master/nova/network/model.py#L335 > https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L1211 I found some more background on the feature (not configurable)

Re: [openstack-dev] Disable async network allocation

2013-10-23 Thread Aaron Rosen
On Wed, Oct 23, 2013 at 4:37 PM, Nachi Ueno wrote: > Hi Phil > > 2013/10/21 Day, Phil : > > Hi Folks, > > > > > > > > I’m trying to track down a couple of obsecure issues in network port > > creation where it would be really useful if I could disable the async > > network allocation so that every

Re: [openstack-dev] Disable async network allocation

2013-10-23 Thread Nachi Ueno
Hi Phil 2013/10/21 Day, Phil : > Hi Folks, > > > > I’m trying to track down a couple of obsecure issues in network port > creation where it would be really useful if I could disable the async > network allocation so that everything happens in the context of a single > eventlet rather than two (and

[openstack-dev] Disable async network allocation

2013-10-21 Thread Day, Phil
Hi Folks, I'm trying to track down a couple of obsecure issues in network port creation where it would be really useful if I could disable the async network allocation so that everything happens in the context of a single eventlet rather than two (and also rule out if there is some obscure even