This Page

The quantum.openstack.common.rpc.service Module

class quantum.openstack.common.rpc.service.Service(host, topic, manager=None)

Bases: quantum.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()