Docs: Fix for CS-1300

This commit is contained in:
Sebastien Goasguen 2013-02-25 14:44:04 -05:00
parent 1dc25f25c5
commit b174165445
1 changed files with 10 additions and 9 deletions

View File

@ -29,6 +29,16 @@
</note>
<para>The &PRODUCT; Management server can be installed using either RPM or DEB packages. These
packages will depend on everything you need to run the Management server.</para>
<section id="management-server-install-rhel">
<title>Install on CentOS/RHEL</title>
<para>We start by installing the required packages:</para>
<programlisting language="Bash">yum install cloud-client</programlisting>
</section>
<section id="management-server-install-ubuntu">
<title>Install on Ubuntu</title>
<programlisting language="Bash">apt-get install cloud-client</programlisting>
</section>
<section id="vhd-util">
<title>Downloading vhd-util</title>
<para>This procedure is required only for installations where XenServer is installed on the
@ -40,13 +50,4 @@
<para>If the Management Server is Ubuntu, copy vhd-util to
/usr/lib/cloud/common/scripts/vm/hypervisor/xenserver.</para>
</section>
<section id="management-server-install-rhel">
<title>Install on CentOS/RHEL</title>
<para>We start by installing the required packages:</para>
<programlisting language="Bash">yum install cloud-client</programlisting>
</section>
<section id="management-server-install-ubuntu">
<title>Install on Ubuntu</title>
<programlisting language="Bash">apt-get install cloud-client</programlisting>
</section>
</section>