~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to doc/source/objectstore.rst

  • Committer: Eric Day
  • Date: 2010-10-21 18:49:51 UTC
  • mto: This revision was merged to the branch mainline in revision 377.
  • Revision ID: eday@oddments.org-20101021184951-x0vs3s8y7mc0aeyy
PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
..
 
2
      Copyright 2010 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
 
 
10
          http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
      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
Objectstore Documentation
 
19
=========================
 
20
 
 
21
This page contains the Objectstore Package documentation.
 
22
 
 
23
 
 
24
The :mod:`bucket` Module
 
25
------------------------
 
26
 
 
27
.. automodule:: nova.objectstore.bucket
 
28
    :members:
 
29
    :undoc-members:
 
30
    :show-inheritance:
 
31
 
 
32
The :mod:`handler` Module
 
33
-------------------------
 
34
 
 
35
.. automodule:: nova.objectstore.handler
 
36
    :members:
 
37
    :undoc-members:
 
38
    :show-inheritance:
 
39
 
 
40
The :mod:`image` Module
 
41
-----------------------
 
42
 
 
43
.. automodule:: nova.objectstore.image
 
44
    :members:
 
45
    :undoc-members:
 
46
    :show-inheritance:
 
47
 
 
48
The :mod:`stored` Module
 
49
------------------------
 
50
 
 
51
.. automodule:: nova.objectstore.stored
 
52
    :members:
 
53
    :undoc-members:
 
54
    :show-inheritance:
 
55
 
 
56
RELATED TESTS
 
57
-------------
 
58
 
 
59
The :mod:`objectstore_unittest` Module
 
60
--------------------------------------
 
61
 
 
62
.. automodule:: nova.tests.objectstore_unittest
 
63
    :members:
 
64
    :undoc-members:
 
65
    :show-inheritance:
 
66