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.

Service.start()[source]
Service.stop()[source]

Previous topic

The openstack_dashboard.openstack.common.loopingcall Module

Next topic

The openstack_dashboard.openstack.common.rpc.zmq_receiver Module

This Page