~hudson-openstack/nova/trunk

« back to all changes in this revision

Viewing changes to docs/fakes.rst

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
..
2
 
      Copyright 2010-2011 United States Government as represented by the
3
 
      Administrator of the National Aeronautics and Space Administration. 
4
 
      All Rights Reserved.
5
 
 
6
 
      Licensed under the Apache License, Version 2.0 (the "License"); you may
7
 
      not use this file except in compliance with the License. You may obtain
8
 
      a copy of the License at
9
 
 
 
2
      Copyright [2010] [Anso Labs, LLC]
 
3
 
 
4
      Licensed under the Apache License, Version 2.0 (the "License");
 
5
      you may not use this file except in compliance with the License.
 
6
      You may obtain a copy of the License at
 
7
 
10
8
          http://www.apache.org/licenses/LICENSE-2.0
11
 
 
 
9
 
12
10
      Unless required by applicable law or agreed to in writing, software
13
 
      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14
 
      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15
 
      License for the specific language governing permissions and limitations
16
 
      under the License.
17
 
 
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
 
--------------------------------
29
 
 
30
 
.. automodule:: nova.virt.fake
31
 
    :noindex:
 
11
      distributed under the License is distributed on an "AS IS" BASIS,
 
12
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
13
      See the License for the specific language governing permissions and
 
14
      limitations under the License.
 
15
 
 
16
Nova Fakes
 
17
==========
 
18
 
 
19
The :mod:`fakevirt` Module
 
20
--------------------------
 
21
 
 
22
.. automodule:: nova.fakevirt
32
23
    :members:
33
24
    :undoc-members:
34
25
    :show-inheritance:
35
 
 
36
 
 
37
 
The :mod:`nova.auth.fakeldap` Module
38
 
------------------------------------
 
26
    
 
27
The :mod:`fakeldap` Module
 
28
--------------------------
39
29
 
40
30
.. automodule:: nova.auth.fakeldap
41
 
    :noindex:
42
31
    :members:
43
32
    :undoc-members:
44
33
    :show-inheritance:
45
34
    
46
 
 
47
 
The :mod:`nova.fakerabbit` Module
48
 
---------------------------------
 
35
The :mod:`fakerabbit` Module
 
36
----------------------------
49
37
 
50
38
.. automodule:: nova.fakerabbit
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
 
 
 
39
    :members:
 
40
    :undoc-members:
 
41
    :show-inheritance: