<div dir="ltr">Ah, I believe what is happening is that the network is being deleted after the port has been retrieved from the database during the policy check. The policy check retrieves the port's network to be able to enforce the network_owner lookup: <a href="https://github.com/openstack/neutron/blob/master/etc/policy.json#L6">https://github.com/openstack/neutron/blob/master/etc/policy.json#L6</a><div><br></div><div>So order of events seems to be:</div><div><br></div><div>port list API call received</div><div>ports retrieved from db</div><div>network delete request is processed</div><div>ports processed by policy engine</div><div>policy engine triggers network lookup and hits 404</div><div><br></div><div><br></div><div>This appears to be a legitimate bug. Maybe we need to find a way to cache the network at port retrieval time for the policy engine. Can you file a bug in launchpad?</div><div><br></div><div><br></div><div>Cheers,</div><div>Kevin Benton</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 18, 2015 at 5:22 AM, Andrey Pavlov <span dir="ltr"><<a href="mailto:andrey.mp@gmail.com" target="_blank">andrey.mp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have a problem - when I run tests in parallel then one/two can fail.<br>
As I see in logs one thread is deleting network while second thread is<br>
listing all ports. And second thread get result 'NetworkNotFound'.<br>
<br>
Part of neutron service logs is here - <a href="http://paste.openstack.org/show/482292/" rel="noreferrer" target="_blank">http://paste.openstack.org/show/482292/</a><br>
<br>
What I can do to understand what happens more clearly?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Kind regards,<br>
Andrey Pavlov.<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div>Kevin Benton</div></div>
</div>