ironic_inspector.common.rpc module

ironic_inspector.common.rpc.get_client(topic=None)[source]

Get a RPC client instance.

Parameters:

topic – The topic of the message will be delivered to. This argument is ignored if CONF.standalone is True.

ironic_inspector.common.rpc.get_server(endpoints)[source]

Get a RPC server instance.

ironic_inspector.common.rpc.init()[source]