cinder/doc/source/devref/database.rst
Dirk Mueller 5e1502ad89 Fix various Sphinx warnings
Change-Id: I68c9ff6fdf9115d1abb0fb756eb806b92af29286
2013-06-12 15:21:40 +02:00

1.7 KiB

The Database Layer

The cinder.db.api Module

cinder.db.api

The Sqlalchemy Driver

The cinder.db.sqlalchemy.api Module

cinder.db.sqlalchemy.api

The cinder.db.sqlalchemy.models Module

cinder.db.sqlalchemy.models

The cinder.db.sqlalchemy.session Module

cinder.db.sqlalchemy.session

Tests

Tests are lacking for the db api layer and for the sqlalchemy driver. Failures in the drivers would be detected in other test cases, though.