Files
2d78854d5361a80c91b78a40980fbf19b48cafb3
nova /doc /source /index.rst

63 lines
2.2 KiB
ReStructuredText
Raw Normal View History

2010年05月27日 23:05:26 -07:00
..
Administrator of the National Aeronautics and Space Administration.
2010年06月23日 22:04:16 -07:00
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年05月27日 23:05:26 -07:00
controller, the main part of an IaaS system.
Individuals and organizations can use Nova to host and manage their own cloud
2011年01月20日 14:56:29 -06:00
computing systems. Nova originated as a project out of NASA Ames Research Laboratory.
2010年10月27日 00:05:42 -04:00
Nova is written with the following design guidelines in mind:
2010年11月01日 20:33:03 -04:00
* **Component based architecture**: Quickly add new behaviors
* **Highly available**: Scale to very serious workloads
2010年12月10日 16:03:30 -06:00
* **Fault-Tolerant**: Isolated processes avoid cascading failures
2010年11月01日 20:33:03 -04:00
* **Recoverable**: Failures should be easy to diagnose, debug, and rectify
* **Open Standards**: Be a reference implementation for a community-driven api
2010年11月05日 11:56:12 -07:00
* **API Compatibility**: Nova strives to provide API-compatible with popular systems like Amazon EC2
2010年10月27日 00:05:42 -04:00
This documentation is generated by the Sphinx toolkit and lives in the source
tree. Additional draft and project documentation on Nova and other components of OpenStack can
be found on the `OpenStack wiki`_. Cloud administrators, refer to `docs.openstack.org`_.
2010年10月28日 10:39:51 -04:00
.. _`OpenStack wiki`: http://wiki.openstack.org
2010年10月27日 00:05:42 -04:00
2010年11月11日 11:43:32 -08:00
Developer Docs
==============
2010年05月27日 23:05:26 -07:00
.. toctree::
2010年10月27日 00:05:42 -04:00
:maxdepth: 1
2010年11月05日 11:56:12 -07:00
==============
Go to http://api.openstack.org for information about Compute API extensions.
2010年05月27日 23:05:26 -07:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`