Bug 1042352 - [RFE][ceilometer]: Remove eventlet
Summary: [RFE][ceilometer]: Remove eventlet
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: Upstream M1
: 9.0 (Mitaka)
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/ceil...
Whiteboard: upstream_milestone_mitaka-1 upstream_...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:50 UTC by RHOS Integration
Modified: 2015-12-10 19:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:03:57 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 21:50:39 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/remove-eventlet.

Description:

After ceilometer have switch to oslo.messaging. 

The remaining deps on eventlet are:

* alarm-notifier use event.spawn_n to run task in background
* all ceilometer service use oslo-incubator.service.Service that use eventlet.event to handle start/stop

The plan:
* replace the Service class by a ceilometer one that does the same without event.
* create a helper method to spawn method in background
* switch oslo.messaging executor by blocking


Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.