Previous topic

The cinder.db.api Module

Next topic

The cinder.db.migration Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.db.base Module

Base class for classes that need modular database access.

class Base(db_driver=None)

Bases: object

DB driver is injected in the init method.