cinder/doc/source/devref/cinder.rst
Sergey Vilgelm 45a1a564c0 Rename cinder.flags to cinder.common.config
Replace FLAGS with cfg.CONF
Rename modules fake_flags to conf_fixture, test_flags to test_conf, declare_flags to declare_conf, runtime_flags to runtime_conf
Renamed cinder.flags, because exactly the same was done in the glance and nova

Fixes: bug #1182037
Change-Id: I3424d0a401b3ef7a3254d3e913263554361a52ff
2013-07-03 11:28:57 +04:00

3.8 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.common.config Module ------------------------------

cinder.common.config

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_conf Module

cinder.tests.declare_conf

The conf_fixture Module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cinder.tests.conf_fixture

The process_unittest Module

cinder.tests.process_unittest

The rpc_unittest Module

cinder.tests.rpc_unittest

The runtime_conf Module

cinder.tests.runtime_conf

The validator_unittest Module

cinder.tests.validator_unittest