Bases: oslo_service.service.Service
Service that has ‘worker’ actor in convergence.
This service is dedicated to handle internal messages to the ‘worker’ (a.k.a. ‘converger’) actor in convergence. Messages on this bus will use the ‘cast’ rather than ‘call’ method to anycast the message to an engine that will handle it asynchronously. It won’t wait for or expect replies from these messages.
Process a node in the dependency graph.
The node may be associated with either an update or a cleanup of its associated resource.
Reset a service in case it received a SIGHUP.
Wait for a service to shut down.
Delete the Resource if appropriate.
Create or update the Resource if appropriate.