[oslo] status of eventlet removal for oslo.service?
Hi everyone, Looking at the "epoxy" spec for removing Eventlet from oslo.service (https://specs.openstack.org/openstack/oslo-specs/specs/epoxy/remove-eventlet...) the very top line is a link to search blueprints.launchpad.net. Following that link it seems like there is no blueprint for removing eventlet from oslo.service, so does the spec itself (with the proposed milestones) represent the current plan? Separately, is there somewhere that shows the progress on the threading backend for oslo.service? I see it exists, are there any limitations on the current implementation? Thanks, Chris
oslo.service supports threading now; see https://docs.openstack.org/oslo.service/latest/user/backend.html for detail on exactly how. There are some limitations, primarily oslo_service.wsgi is retired. Ironic is eventlet-free based on these (and other) oslo changes; as a former oslo_service.wsgi user we changed to cheroot to play that role for us. -JayF On 8/27/25 7:32 AM, Chris Friesen wrote:
Hi everyone,
Looking at the "epoxy" spec for removing Eventlet from oslo.service (https://specs.openstack.org/openstack/oslo-specs/specs/epoxy/remove-eventlet...) the very top line is a link to search blueprints.launchpad.net.
Following that link it seems like there is no blueprint for removing eventlet from oslo.service, so does the spec itself (with the proposed milestones) represent the current plan?
Separately, is there somewhere that shows the progress on the threading backend for oslo.service? I see it exists, are there any limitations on the current implementation?
Thanks, Chris
participants (2)
-
Chris Friesen
-
Jay Faulkner