clean up section_compute-hypervisors

added , changed to (removed)
This is referred to as the compute node - added
added the
changed sentence structure

Change-Id: I9543e1728dda1ce2292bcad4fb12f279631a55ae
This commit is contained in:
shilla-saebi 2014-06-03 00:25:51 -04:00
parent a1f8f50c25
commit 1320d20c6d

View File

@ -6,9 +6,9 @@
<title>Hypervisors</title>
<para>OpenStack Compute supports many hypervisors, which might
make it difficult for you to choose one. Most installations
use only one hypervisor. However you can use <xref
use only one hypervisor. However, you can use <xref
linkend="computefilter"/> and <xref
linkend="imagepropertiesfilter"/> to schedule to different
linkend="imagepropertiesfilter"/> to schedule different
hypervisors within the same installation. The following links
help you choose a hypervisor. See <link
xlink:href="http://wiki.openstack.org/HypervisorSupportMatrix"
@ -78,8 +78,8 @@
<title>Hypervisor configuration basics</title>
<para>The node where the <systemitem class="service"
>nova-compute</systemitem> service is installed and
running is the machine that runs all the virtual machines,
referred to as the compute node in this guide.</para>
operates on the same node that runs all of the virtual machines.
This is referred to as the compute node in this guide.</para>
<para>By default, the selected hypervisor is KVM. To change to another hypervisor, change
the <literal>virt_type</literal> option in the <literal>[libvirt]</literal> section of
<filename>nova.conf</filename> and restart the <systemitem class="service"
@ -88,7 +88,7 @@
options that are used to configure the compute node's
hypervisor: <xref linkend="config_table_nova_hypervisor"/>.</para>
<para>Specific options for particular hypervisors
can be found in following sections.</para>
can be found in the following sections.</para>
</section>
<xi:include href="section_hypervisor_kvm.xml"/>
<xi:include href="section_hypervisor_qemu.xml"/>