<div dir="ltr">Hi Victor.<div><br></div><div>Thanks for your effort. Did you read the ML thread "[nova]nova not work with eventlet 0.16.0" ? It looks "important".</div><div><br></div><div>Jordan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 6, 2015 at 5:51 PM, victor stinner <span dir="ltr"><<a href="mailto:victor.stinner@enovance.com" target="_blank">victor.stinner@enovance.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm still working on porting OpenStack to Python 3. I'm fixing Python 3 issues in eventlet and I'm trying to replace eventlet with trollius in OpenStack. Two different and complementary ways to port OpenStack to Python 3.<br>
<br>
<br>
I fixed some eventlet issues related to Python 3 and monkey-patching. My changes are part of eventlet 0.16 which was released the 2014-12-30. I tried this version with Oslo Messaging: with another fix in eventlet (threading.Condition) and a change in the zmq driver, only 3 tests are now failing (which is a great success for me).<br>
<br>
See my Oslo Messaging change for more information:<br>
<a href="https://review.openstack.org/#/c/145241/" target="_blank">https://review.openstack.org/#/c/145241/</a><br>
<br>
It looks like eventlet 0.16 works much better with Python 3 and monkey-patching. You should try it on your own project! Tell me if you need help to fix issues.<br>
<br>
--<br>
<br>
About asyncio, I renamed my "aiogreen" project to "aioeventlet" (to make it more explicit that it is specific to eventlet). With the release 0.4, the API is now considered as stable.<br>
<a href="http://aioeventlet.readthedocs.org/" target="_blank">http://aioeventlet.readthedocs.org/</a><br>
<br>
Mehdi Abaakouk voted +2 on my Oslo Messaging patches to support trollius coroutines using aioeventlet project, but it looks that he's alone to review Oslo Messaging patches :-/ Anyway to approve my changes?<br>
<br>
* Add an optional executor callback to dispatcher<br>
  <a href="https://review.openstack.org/136652" target="_blank">https://review.openstack.org/136652</a><br>
* Add a new aioeventlet executor<br>
  <a href="https://review.openstack.org/136653" target="_blank">https://review.openstack.org/136653</a><br>
<br>
By the way, my review to add aioeventlet dependency also waits for a review:<br>
<br>
* Add aioeventlet dependency<br>
  <a href="https://review.openstack.org/138750" target="_blank">https://review.openstack.org/138750</a><br>
<br>
Victor Stinner<br>
<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>
</blockquote></div><br></div>