cinder/doc/source/devref/database.rst
Danny Al-Gaaf 1323339d33 Fix doc and source documentation errors and warning
Solve warnings and errors from build_sphinx. Fix rst doc files
and source code docstring issues.

Closes-Bug: #1557047

Change-Id: Ib59df2681c98716c786ff0edf6d7cfcc3e8fe5ec
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2016-04-14 12:30:08 +02:00

1.5 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

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.