Merge "Add initial Nova introduction/overview"

This commit is contained in:
Jenkins 2013-10-14 07:39:35 +00:00 committed by Gerrit Code Review
commit 9925f9787d
2 changed files with 10 additions and 3 deletions

View File

@ -7,6 +7,15 @@
controller, the main part of an IaaS system. It can be used
for hosting and managing cloud computing systems. The main
modules are implemented in Python.</para>
<para>
Compute interacts with the Identity service for authentication, Image
service for images, and the Dashboard service for the user and
administrative interface. Access to images is limited by project and
by user; quotas are limited per project (for example, the number of
instances). The Compute service is designed to scale horizontally on
standard hardware, and can download images to launch instances as
required.
</para>
<para>The Compute Service is made up of the following functional
areas and their underlying components:</para>
<itemizedlist>

View File

@ -5,9 +5,7 @@
version="5.0"
xml:id="ch_nova">
<title>Configuring the Compute Services</title>
<para><!--FIXME: Add either intro text or a Concepts section--></para>
<xi:include href="../common/section_getstart_compute.xml"/>
<xi:include href="section_nova-controller.xml"/>
<xi:include href="section_nova-compute.xml"/>
<xi:include href="section_nova-kvm.xml"/>