
I wrote the aioeventlet executor as a first step to replace eventlet with trollius in OpenStack. Sadly, the project of replacing eventlet with something else (trollius, threads or whatever) looks to be stuck because of various reasons. See the spec: "Replace eventlet + monkey-patching with ??" https://review.openstack.org/#/c/164035/ Recently, I deprecated the trollius project in favor of asyncio: http://trollius.readthedocs.org/deprecated.html Since I abandonned my project to replace eventlet with trollius, I now propose to remove the unused aioeventlet executor from Oslo Messaging to simplify the code and remove unused dependencies (especially trollius). Since the aioeventlet executor is not used by any application, it's safe to remove it. Removing the executor removes trollius and aioeventlet dependencies. ... The executor may come back "later" when the first OpenStack service will start to drop Python 2 support. For more information on asyncio in OpenStack, see: http://aioeventlet.readthedocs.org/openstack.html Note: the executor was added by the change I7a78ed998719a703077232726f66d882463b1297. Change-Id: I10d8d7d4134b32e4fc0badfa15e9ffb005910139
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging
Description
Languages
Python
99.8%
Shell
0.2%