~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/source/index.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-05-24 13:12:53 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20120524131253-ommql08fg1en06ut
Tags: 2012.2~f1-0ubuntu1
* New upstream release.
* Prepare for quantal:
  - Dropped debian/patches/upstream/0006-Use-project_id-in-ec2.cloud._format_image.patch
  - Dropped debian/patches/upstream/0005-Populate-image-properties-with-project_id-again.patch
  - Dropped debian/patches/upstream/0004-Fixed-bug-962840-added-a-test-case.patch
  - Dropped debian/patches/upstream/0003-Allow-unprivileged-RADOS-users-to-access-rbd-volumes.patch
  - Dropped debian/patches/upstream/0002-Stop-libvirt-test-from-deleting-instances-dir.patch
  - Dropped debian/patches/upstream/0001-fix-bug-where-nova-ignores-glance-host-in-imageref.patch 
  - Dropped debian/patches/0001-fix-useexisting-deprecation-warnings.patch
* debian/control: Add python-keystone as a dependency. (LP: #907197)
* debian/patches/kombu_tests_timeout.patch: Refreshed.
* debian/nova.conf, debian/nova-common.postinst: Convert to new ini
  file configuration
* debian/patches/nova-manage_flagfile_location.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
..
2
 
      Copyright 2010-2011 United States Government as represented by the
 
2
      Copyright 2010-2012 United States Government as represented by the
3
3
      Administrator of the National Aeronautics and Space Administration.
4
4
      All Rights Reserved.
5
5
 
15
15
      License for the specific language governing permissions and limitations
16
16
      under the License.
17
17
 
18
 
Welcome to Nova's documentation!
19
 
================================
 
18
Welcome to Nova's developer documentation!
 
19
==========================================
20
20
 
21
 
Nova is a cloud computing fabric controller, the main part of an IaaS system.
 
21
Nova is the project name for OpenStack Compute, a cloud computing fabric 
 
22
controller, the main part of an IaaS system.
22
23
Individuals and organizations can use Nova to host and manage their own cloud
23
24
computing systems. Nova originated as a project out of NASA Ames Research Laboratory.
24
25
 
35
36
tree. Additional draft and project documentation on Nova and other components of OpenStack can
36
37
be found on the `OpenStack wiki`_. Cloud administrators, refer to `docs.openstack.org`_.
37
38
 
38
 
Also see the :doc:`community` page for other ways to interact with the community.
39
 
 
40
39
.. _`OpenStack wiki`: http://wiki.openstack.org
41
40
.. _`docs.openstack.org`: http://docs.openstack.org
42
41
 
43
42
 
44
 
Key Concepts
45
 
============
46
 
.. toctree::
47
 
   :maxdepth: 1
48
 
 
49
 
   cloud101
50
 
   nova.concepts
51
 
   service.architecture
52
 
   object.model
53
 
   runnova/index
54
 
 
55
 
..   swift.concepts
56
 
..   swift.object.model
57
 
 
58
43
Developer Docs
59
44
==============
60
45
 
61
46
.. toctree::
62
47
   :maxdepth: 1
63
48
 
64
 
   quickstart
65
49
   devref/index
66
 
   community
67
50
 
68
51
API Extensions
69
52
==============
70
53
 
71
 
.. toctree::
72
 
   :maxdepth: 1
73
 
 
74
 
   api_ext/index
 
54
Go to http://api.openstack.org for information about Compute API extensions.
75
55
 
76
56
Outstanding Documentation Tasks
77
57
===============================