2010-05-27 23:05:26 -07:00
|
|
|
..
|
2010-06-23 22:04:16 -07:00
|
|
|
Copyright 2010 United States Government as represented by the
|
|
|
|
Administrator of the National Aeronautics and Space Administration.
|
|
|
|
All Rights Reserved.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
|
|
not use this file except in compliance with the License. You may obtain
|
|
|
|
a copy of the License at
|
|
|
|
|
2010-05-27 23:05:26 -07:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
2010-06-23 22:04:16 -07:00
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
License for the specific language governing permissions and limitations
|
|
|
|
under the License.
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-20 09:50:09 -05:00
|
|
|
Welcome to Nova's documentation!
|
2010-05-27 23:05:26 -07:00
|
|
|
================================
|
|
|
|
|
2010-10-20 09:50:09 -05:00
|
|
|
Nova is a cloud computing fabric controller (the main part of an IaaS system).
|
|
|
|
It is written in Python and relies on the standard AMQP messaging protocol, uses the Twisted framework,
|
|
|
|
and optionally uses the Redis distributed key value store for authorization.
|
|
|
|
|
2010-10-20 17:06:51 -05:00
|
|
|
Nova is intended to be easy to extend and adapt. For example, authentication and authorization
|
|
|
|
requests by default use an RDBMS-backed datastore driver. However, there is already support
|
|
|
|
for using LDAP backing authentication (slapd) and if you wish to "fake" LDAP, there is a module
|
|
|
|
available that uses ReDIS to store authentication information in an LDAP-like backing datastore.
|
|
|
|
It has extensive test coverage, and uses the Sphinx toolkit (the same as Python itself) for code
|
|
|
|
and developer documentation. Additional documentation is available on the
|
2010-10-20 09:50:09 -05:00
|
|
|
'OpenStack wiki <http://wiki.openstack.org>'_.
|
2010-05-27 23:05:26 -07:00
|
|
|
While Nova is currently in Beta use within several organizations, the codebase
|
2010-10-20 09:50:09 -05:00
|
|
|
is very much under active development - please test it and log bugs!
|
2010-05-27 23:05:26 -07:00
|
|
|
|
|
|
|
Contents:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
getting.started
|
|
|
|
architecture
|
|
|
|
network
|
|
|
|
storage
|
|
|
|
auth
|
|
|
|
compute
|
|
|
|
endpoint
|
|
|
|
nova
|
|
|
|
fakes
|
|
|
|
binaries
|
2010-07-16 15:33:24 -05:00
|
|
|
modules
|
|
|
|
packages
|
2010-05-27 23:05:26 -07:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|