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.rpc.matchmaker_redis Module

Next topic

The openstack_dashboard.openstack.common.rpc.serializer Module

This Page