<div dir="ltr">I've noticed that <a href="https://github.com/openstack/nova/commit/85332012dede96fa6729026c2a90594ea0502ac5">https://github.com/openstack/nova/commit/85332012dede96fa6729026c2a90594ea0502ac5</a> stores the network client in local.strong_store which is a reference to corolocal.local (the class, not the instance).<div>
<br></div><div>In Russell's example instead the code accesses local.store which is an instance of WeakLocal (inheriting from corolocal.local).</div><div><br></div><div>Perhaps then Roman's findings apply to the issue being observed on the gate.</div>
<div><br></div><div>Regards,</div><div>Salvatore</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 November 2013 18:32, Russell Bryant <span dir="ltr"><<a href="mailto:rbryant@redhat.com" target="_blank">rbryant@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 11/20/2013 12:21 PM, Alex Gaynor wrote:<br>
> Nope, you're totally right, corolocal.local is a class, whose instances<br>
> are the actual coroutine local storage.<br>
<br>
</div>But I don't think his example is what is being used.<br>
<br>
Here is an example using the openstack.common.local module, which is<br>
what nova uses for this.  This produces the expected output.<br>
<br>
<a href="http://paste.openstack.org/show/53687/" target="_blank">http://paste.openstack.org/show/53687/</a><br>
<br>
<a href="https://git.openstack.org/cgit/openstack/nova/tree/nova/openstack/common/local.py" target="_blank">https://git.openstack.org/cgit/openstack/nova/tree/nova/openstack/common/local.py</a><br>
<br>
For reference, original example from OP:<br>
<a href="http://paste.openstack.org/show/53686/" target="_blank">http://paste.openstack.org/show/53686/</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Russell Bryant<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>