~openstack-gd/nova/lp785816-joinedload

« back to all changes in this revision

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

  • Committer: Todd Willey
  • Date: 2010-11-07 19:51:40 UTC
  • mto: (386.2.41 trunkdoc)
  • mto: This revision was merged to the branch mainline in revision 398.
  • Revision ID: todd@ansolabs.com-20101107195140-djbg5mkmbz0jc03w
Merge lp:~termie/nova/trunkdoc (via patch, since bzr though it was already merged)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      License for the specific language governing permissions and limitations
16
16
      under the License.
17
17
 
18
 
Nova Libraries Programming Guide
19
 
================================
20
 
 
21
 
The :mod:`adminclient` Module
 
18
Common and Misc Libraries
 
19
=========================
 
20
 
 
21
Libraries common throughout Nova or just ones that haven't been categorized
 
22
very well yet.
 
23
 
 
24
 
 
25
The :mod:`nova.adminclient` Module
22
26
-----------------------------
23
27
 
24
28
.. automodule:: nova.adminclient
26
30
    :undoc-members:
27
31
    :show-inheritance:
28
32
 
29
 
The :mod:`context` Module
 
33
 
 
34
The :mod:`nova.context` Module
30
35
-------------------------
31
36
 
32
37
.. automodule:: nova.context
34
39
    :undoc-members:
35
40
    :show-inheritance:
36
41
 
37
 
The :mod:`exception` Module
 
42
 
 
43
The :mod:`nova.exception` Module
38
44
---------------------------
39
45
 
40
46
.. automodule:: nova.exception
42
48
    :undoc-members:
43
49
    :show-inheritance:
44
50
 
45
 
The :mod:`flags` Module
 
51
 
 
52
The :mod:`nova.flags` Module
46
53
-----------------------
47
54
 
48
55
.. automodule:: nova.flags
50
57
    :undoc-members:
51
58
    :show-inheritance:
52
59
 
53
 
The :mod:`process` Module
 
60
 
 
61
The :mod:`nova.process` Module
54
62
-------------------------
55
63
 
56
64
.. automodule:: nova.process
58
66
    :undoc-members:
59
67
    :show-inheritance:
60
68
 
61
 
The :mod:`rpc` Module
 
69
 
 
70
The :mod:`nova.rpc` Module
62
71
---------------------
63
72
 
64
73
.. automodule:: nova.rpc
66
75
    :undoc-members:
67
76
    :show-inheritance:
68
77
 
69
 
The :mod:`server` Module
 
78
 
 
79
The :mod:`nova.server` Module
70
80
------------------------
71
81
 
72
82
.. automodule:: nova.server
74
84
    :undoc-members:
75
85
    :show-inheritance:
76
86
 
77
 
The :mod:`test` Module
 
87
 
 
88
The :mod:`nova.test` Module
78
89
----------------------
79
90
 
80
91
.. automodule:: nova.test
82
93
    :undoc-members:
83
94
    :show-inheritance:  
84
95
 
85
 
The :mod:`twistd` Module
 
96
 
 
97
The :mod:`nova.twistd` Module
86
98
------------------------
87
99
 
88
100
.. automodule:: nova.twistd
90
102
    :undoc-members:
91
103
    :show-inheritance:  
92
104
 
93
 
The :mod:`utils` Module
 
105
 
 
106
The :mod:`nova.utils` Module
94
107
-----------------------
95
108
 
96
109
.. automodule:: nova.utils
98
111
    :undoc-members:
99
112
    :show-inheritance:
100
113
 
101
 
The :mod:`validate` Module
 
114
 
 
115
The :mod:`nova.validate` Module
102
116
--------------------------
103
117
 
104
118
.. automodule:: nova.validate
106
120
    :undoc-members:
107
121
    :show-inheritance:
108
122
 
109
 
The :mod:`wsgi` Module
 
123
 
 
124
The :mod:`nova.wsgi` Module
110
125
----------------------
111
126
 
112
127
.. automodule:: nova.wsgi
114
129
    :undoc-members:
115
130
    :show-inheritance:
116
131
 
 
132
 
117
133
Tests
118
134
-----
119
135
 
125
141
    :undoc-members:
126
142
    :show-inheritance:
127
143
 
 
144
 
128
145
The :mod:`fake_flags` Module
129
146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
130
147
 
133
150
    :undoc-members:
134
151
    :show-inheritance:
135
152
 
 
153
 
136
154
The :mod:`flags_unittest` Module
137
155
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138
156
 
141
159
    :undoc-members:
142
160
    :show-inheritance:
143
161
 
 
162
 
144
163
The :mod:`process_unittest` Module
145
164
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
146
165
 
149
168
    :undoc-members:
150
169
    :show-inheritance:
151
170
 
 
171
 
152
172
The :mod:`real_flags` Module
153
173
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
154
174
 
157
177
    :undoc-members:
158
178
    :show-inheritance:
159
179
 
 
180
 
160
181
The :mod:`rpc_unittest` Module
161
182
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
162
183
 
165
186
    :undoc-members:
166
187
    :show-inheritance:
167
188
 
 
189
 
168
190
The :mod:`runtime_flags` Module
169
191
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170
192
 
173
195
    :undoc-members:
174
196
    :show-inheritance:
175
197
 
 
198
 
176
199
The :mod:`twistd_unittest` Module
177
200
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
178
201
 
181
204
    :undoc-members:
182
205
    :show-inheritance:
183
206
 
 
207
 
184
208
The :mod:`validator_unittest` Module
185
209
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186
210