Merge "Add initial Nova introduction/overview"
This commit is contained in:
commit
9925f9787d
@ -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>
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user