Skip to content

Commit b174165

Browse files
committed
Docs: Fix for CS-1300
1 parent 1dc25f2 commit b174165

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

docs/en-US/management-server-install-client.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
</note>
3030
<para>The &PRODUCT; Management server can be installed using either RPM or DEB packages. These
3131
packages will depend on everything you need to run the Management server.</para>
32+
<section id="management-server-install-rhel">
33+
<title>Install on CentOS/RHEL</title>
34+
<para>We start by installing the required packages:</para>
35+
<programlisting language="Bash">yum install cloud-client</programlisting>
36+
</section>
37+
<section id="management-server-install-ubuntu">
38+
<title>Install on Ubuntu</title>
39+
<programlisting language="Bash">apt-get install cloud-client</programlisting>
40+
</section>
41+
3242
<section id="vhd-util">
3343
<title>Downloading vhd-util</title>
3444
<para>This procedure is required only for installations where XenServer is installed on the
@@ -40,13 +50,4 @@
4050
<para>If the Management Server is Ubuntu, copy vhd-util to
4151
/usr/lib/cloud/common/scripts/vm/hypervisor/xenserver.</para>
4252
</section>
43-
<section id="management-server-install-rhel">
44-
<title>Install on CentOS/RHEL</title>
45-
<para>We start by installing the required packages:</para>
46-
<programlisting language="Bash">yum install cloud-client</programlisting>
47-
</section>
48-
<section id="management-server-install-ubuntu">
49-
<title>Install on Ubuntu</title>
50-
<programlisting language="Bash">apt-get install cloud-client</programlisting>
51-
</section>
5253
</section>

0 commit comments

Comments
 (0)