cinder/doc/source/devref/cinder.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

4.1 KiB

Common and Misc Libraries

Libraries common throughout Cinder or just ones that haven't been categorized very well yet.

The cinder.adminclient Module ----------------------------------

cinder.adminclient

The cinder.context Module ------------------------------

cinder.context

The cinder.exception Module --------------------------------

cinder.exception

The cinder.flags Module ----------------------------

cinder.flags

The cinder.process Module ------------------------------

cinder.process

The cinder.rpc Module --------------------------

cinder.rpc

The cinder.server Module -----------------------------

cinder.server

The cinder.test Module ---------------------------

cinder.test

The cinder.utils Module ----------------------------

cinder.utils

The cinder.validate Module -------------------------------

cinder.validate

The cinder.wsgi Module ---------------------------

cinder.wsgi

Tests

The declare_flags Module

cinder.tests.declare_flags

The fake_flags Module

cinder.tests.fake_flags

The flags_unittest Module

cinder.tests.flags_unittest

The process_unittest Module

cinder.tests.process_unittest

The real_flags Module

cinder.tests.real_flags

The rpc_unittest Module

cinder.tests.rpc_unittest

The runtime_flags Module

cinder.tests.runtime_flags

The validator_unittest Module

cinder.tests.validator_unittest