The nova.servicegroup.drivers.db Module

class DbDriver(*args, **kwargs)

Bases: nova.servicegroup.api.ServiceGroupDriver

get_all(group_id)

Returns ALL members of the given group

is_up(service_ref)

Moved from nova.utils Check whether a service is up based on last heartbeat.

join(member_id, group_id, service=None)

Join the given service with it’s group.

Previous topic

The nova.servicegroup.api Module

Next topic

The nova.servicegroup.drivers.mc Module

This Page