~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to doc/source/devref/fakes.rst

  • Committer: Brian Waldon
  • Date: 2011-07-29 16:54:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1364.
  • Revision ID: brian.waldon@rackspace.com-20110729165455-4ebqwv8s5pkscmmg
one last change

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
..
2
 
      Copyright 2010 United States Government as represented by the
 
2
      Copyright 2010-2011 United States Government as represented by the
3
3
      Administrator of the National Aeronautics and Space Administration. 
4
4
      All Rights Reserved.
5
5
 
15
15
      License for the specific language governing permissions and limitations
16
16
      under the License.
17
17
 
18
 
Nova Fakes
19
 
==========
20
 
 
21
 
The :mod:`virt.fake` Module
22
 
--------------------------
 
18
Fake Drivers
 
19
============
 
20
 
 
21
.. todo:: document general info about fakes
 
22
 
 
23
When the real thing isn't available and you have some development to do these
 
24
fake implementations of various drivers let you get on with your day.
 
25
 
 
26
 
 
27
The :mod:`nova.virt.fake` Module
 
28
--------------------------------
23
29
 
24
30
.. automodule:: nova.virt.fake
 
31
    :noindex:
25
32
    :members:
26
33
    :undoc-members:
27
34
    :show-inheritance:
28
 
    
29
 
The :mod:`fakeldap` Module
30
 
--------------------------
 
35
 
 
36
 
 
37
The :mod:`nova.auth.fakeldap` Module
 
38
------------------------------------
31
39
 
32
40
.. automodule:: nova.auth.fakeldap
 
41
    :noindex:
33
42
    :members:
34
43
    :undoc-members:
35
44
    :show-inheritance:
36
45
    
37
 
The :mod:`fakerabbit` Module
38
 
----------------------------
 
46
 
 
47
The :mod:`nova.fakerabbit` Module
 
48
---------------------------------
39
49
 
40
50
.. automodule:: nova.fakerabbit
41
 
    :members:
42
 
    :undoc-members:
43
 
    :show-inheritance:
 
51
    :noindex:
 
52
    :members:
 
53
    :undoc-members:
 
54
    :show-inheritance:
 
55
 
 
56
 
 
57
The :class:`nova.volume.driver.FakeAOEDriver` Class
 
58
---------------------------------------------------
 
59
 
 
60
.. autoclass:: nova.volume.driver.FakeAOEDriver
 
61
    :noindex:
 
62
    :members:
 
63
    :undoc-members:
 
64
    :show-inheritance:
 
65
 
 
66
 
 
67
The :class:`nova.tests.service_unittest.FakeManager` Class
 
68
----------------------------------------------------------
 
69
 
 
70
.. autoclass:: nova.tests.service_unittest.FakeManager
 
71
    :noindex:
 
72
    :members:
 
73
    :undoc-members:
 
74
    :show-inheritance:
 
75
 
 
76
 
 
77
The :mod:`nova.tests.api.openstack.fakes` Module
 
78
------------------------------------------------
 
79
 
 
80
.. automodule:: nova.tests.api.openstack.fakes
 
81
    :noindex:
 
82
    :members:
 
83
    :undoc-members:
 
84
    :show-inheritance:
 
85