The heat.openstack.common.rpc.service Module

class heat.openstack.common.rpc.service.Service(host, topic, manager=None)[source]

Bases: heat.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()[source]
stop()[source]

This Page