Re: [openstack-dev] [nova] VIF plugin issue _get_neutron_events

2016-10-08 Thread Ajay Kalambur (akalambu)
Hi Dan Thanks for the response. This is with one of our custom neutron ML2 mechanism drivers and that code is not yet upstream Nothing has changed in nova code though. We just use the Liberty version If I provide the nova and neutron logs would it be possible to provide some insights. I can log a

Re: [openstack-dev] [nova] VIF plugin issue _get_neutron_events

2016-10-08 Thread Dan Smith
> Basically the issue is seen in the following three lines of nova compute > log. For that port even though it received the vif plugging event 2 mins > before it waits for it and blocks and times out > Is there a race condition in the code that basically gets the events to > wait for and the one wh

Re: [openstack-dev] [nova] VIF plugin issue _get_neutron_events

2016-10-08 Thread Ajay Kalambur (akalambu)
st (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: [openstack-dev] [nova] VIF plugin issue _get_neutron_events Hi When booting Vms with 3 interfaces and when port binding happens quick enough I sometimes see that the first VM booted on a compute node gets

[openstack-dev] [nova] VIF plugin issue _get_neutron_events

2016-10-04 Thread Ajay Kalambur (akalambu)
Hi When booting Vms with 3 interfaces and when port binding happens quick enough I sometimes see that the first VM booted on a compute node gets stuck waiting for VIF plugging event but looking at the neutron logs the notification is sent and also nova responded with a 200 OK. When looking at t