~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to docs/index.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
 
 
17
Welcome to nova's documentation!
 
18
================================
 
19
 
 
20
Nova is a cloud computing fabric controller (the main part of an IaaS system) built to match the popular AWS EC2 and S3 APIs. 
 
21
It is written in Python, using the Tornado and Twisted frameworks, and relies on the standard AMQP messaging protocol, 
 
22
and the Redis distributed KVS.
 
23
Nova is intended to be easy to extend, and adapt. For example, it currently uses 
 
24
an LDAP server for users and groups, but also includes a fake LDAP server,
 
25
that stores data in Redis. It has extensive test coverage, and uses the 
 
26
Sphinx toolkit (the same as Python itself) for code and user documentation.
 
27
While Nova is currently in Beta use within several organizations, the codebase
 
28
is very much under active development - there are bugs!
 
29
 
 
30
Contents:
 
31
 
 
32
.. toctree::
 
33
   :maxdepth: 2
 
34
                   
 
35
   getting.started  
 
36
   architecture
 
37
   network      
 
38
   storage
 
39
   auth  
 
40
   compute
 
41
   endpoint
 
42
   nova
 
43
   fakes
 
44
   binaries
 
45
   todo
 
46
 
 
47
Indices and tables
 
48
==================
 
49
 
 
50
* :ref:`genindex`
 
51
* :ref:`modindex`
 
52
* :ref:`search`
 
53