Updated Branches:
  refs/heads/4.1 f43ca747e -> 77f4735f5

Docs: Fix for CS-1300


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/77f4735f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/77f4735f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/77f4735f

Branch: refs/heads/4.1
Commit: 77f4735f5de1b38a460024e1c3d5a6f070caf6a0
Parents: f43ca74
Author: Sebastien Goasguen <[email protected]>
Authored: Mon Feb 25 14:44:04 2013 -0500
Committer: Sebastien Goasguen <[email protected]>
Committed: Mon Feb 25 14:51:36 2013 -0500

----------------------------------------------------------------------
 docs/en-US/management-server-install-client.xml |   19 +++++++++--------
 1 files changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/77f4735f/docs/en-US/management-server-install-client.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-client.xml 
b/docs/en-US/management-server-install-client.xml
index 899e97c..b5329e3 100644
--- a/docs/en-US/management-server-install-client.xml
+++ b/docs/en-US/management-server-install-client.xml
@@ -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>

Reply via email to