The openstack_dashboard.openstack.common.rpc.service ModuleΒΆ

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

Bases: openstack_dashboard.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]