cinder/doc/source/devref/database.rst
John Griffith 922fdd0bdc Update dev docs
* Quick pass at implementing the basics for cinder dev docs
  * Remove the N/A compute related stuff
  * Clean up the architecture a bit to only show cinder related
  * Remove various modules form TOC's that aren't applicable

Change-Id: I0089c388524c9def7494658e836f4ed03a61f5b5
2012-09-03 17:18:10 -06: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.