diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-10-29 11:58:57 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-10-29 11:58:57 -0400 |
| commit | 133cd9973e17458bea3594490e70ccd3c524cf12 (patch) | |
| tree | 677fd3bcd9c120680d4eccd2e82f0d85527b6173 /doc | |
| parent | ee4ce8a55194be3fcb1e861e4206451cc7812d46 (diff) | |
Document Fakes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/development.guide.rst | 1 | ||||
| -rw-r--r-- | doc/source/fakes.rst | 34 |
2 files changed, 33 insertions, 2 deletions
diff --git a/doc/source/development.guide.rst b/doc/source/development.guide.rst index 61a664171..0d852a098 100644 --- a/doc/source/development.guide.rst +++ b/doc/source/development.guide.rst @@ -39,6 +39,7 @@ Contents compute network auth + fakes Older Contents diff --git a/doc/source/fakes.rst b/doc/source/fakes.rst index eccd4ab43..72e5c287b 100644 --- a/doc/source/fakes.rst +++ b/doc/source/fakes.rst @@ -15,8 +15,13 @@ License for the specific language governing permissions and limitations under the License. -Nova Fakes -========== +Fakes Programming Guide +======================= + +:: + + TODO(todd): * document general info about fakes + The :mod:`virt.fake` Module --------------------------- @@ -41,3 +46,28 @@ The :mod:`fakerabbit` Module :members: :undoc-members: :show-inheritance: + +The :class:`FakeAOEDriver` Class +-------------------------------- + +.. autoclass:: nova.volume.driver.FakeAOEDriver + :members: + :undoc-members: + :show-inheritance: + +The :class:`service_unittest.FakeManager` Class +----------------------------------------------- + +.. autoclass:: nova.tests.service_unittest.FakeManager + :members: + :undoc-members: + :show-inheritance: + +The :mod:`api.openstack.fakes` Module +------------------------------------------------ + +.. automodule:: nova.tests.api.openstack.fakes + :members: + :undoc-members: + :show-inheritance: + |
