The ironic.common.rpc_service Module

class ironic.common.rpc_service.RPCService(host, manager_module, manager_class)[source]

Bases: oslo_service.service.Service

handle_signal()[source]

Add a signal handler for SIGUSR1.

The handler ensures that the manager is not deregistered when it is shutdown.

start()[source]
stop()[source]

Project Source

This Page