The keystone.common.manager Module

class keystone.common.manager.Manager(driver_name)

Bases: object

Base class for intermediary request layer.

The Manager layer exists to support additional logic that applies to all or some of the methods exposed by a service that are not specific to the HTTP interface.

It also provides a stable entry point to dynamic backends.

An example of a probable use case is logging all the calls.

Previous topic

The keystone.common.logging Module

Next topic

The keystone.common.models Module

This Page