The cinder.openstack.common.rpc.service Module

class Service(host, topic, manager=None)

Bases: cinder.openstack.common.service.Service

Service object for binaries running on hosts.

A service enables rpc by listening to queues based on topic and host.

start()
stop()

Previous topic

The cinder.openstack.common.rpc.proxy Module

Next topic

The cinder.openstack.common.rpc.zmq_receiver Module

This Page