~justin-fathomdb/nova/justinsb-openstack-api-volumes

« back to all changes in this revision

Viewing changes to docs/endpoint.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
..
 
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
 
 
8
          http://www.apache.org/licenses/LICENSE-2.0
 
9
 
 
10
      Unless required by applicable law or agreed to in writing, software
 
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
Endpoint Documentation
 
17
======================
 
18
 
 
19
This page contains the Endpoint Package documentation.
 
20
 
 
21
The :mod:`admin` Module
 
22
-----------------------
 
23
 
 
24
.. automodule:: nova.endpoint.admin
 
25
    :members:
 
26
    :undoc-members:
 
27
    :show-inheritance:
 
28
 
 
29
The :mod:`api` Module
 
30
---------------------
 
31
 
 
32
.. automodule:: nova.endpoint.api
 
33
    :members:
 
34
    :undoc-members:
 
35
    :show-inheritance:
 
36
 
 
37
The :mod:`cloud` Module
 
38
-----------------------
 
39
 
 
40
.. automodule:: nova.endpoint.cloud
 
41
    :members:
 
42
    :undoc-members:
 
43
    :show-inheritance:
 
44
 
 
45
The :mod:`images` Module
 
46
------------------------
 
47
 
 
48
.. automodule:: nova.endpoint.images
 
49
    :members:
 
50
    :undoc-members:
 
51
    :show-inheritance:
 
52
    
 
53
    
 
54
RELATED TESTS
 
55
--------------
 
56
 
 
57
The :mod:`api_unittest` Module
 
58
------------------------------
 
59
 
 
60
.. automodule:: nova.tests.api_unittest
 
61
    :members:
 
62
    :undoc-members:
 
63
    :show-inheritance:
 
64
 
 
65
The :mod:`api_integration` Module
 
66
---------------------------------
 
67
 
 
68
.. automodule:: nova.tests.api_integration
 
69
    :members:
 
70
    :undoc-members:
 
71
    :show-inheritance:
 
72
 
 
73
The :mod:`cloud_unittest` Module
 
74
--------------------------------
 
75
 
 
76
.. automodule:: nova.tests.cloud_unittest
 
77
    :members:
 
78
    :undoc-members:
 
79
    :show-inheritance:
 
80
 
 
81
The :mod:`network_unittest` Module
 
82
----------------------------------
 
83
 
 
84
.. automodule:: nova.tests.network_unittest
 
85
    :members:
 
86
    :undoc-members:
 
87
    :show-inheritance:
 
88
 
 
89