Updated Branches: refs/heads/4.0 4226f8861 -> ee7e9f047
Docs: Fix 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/ee7e9f04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ee7e9f04 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ee7e9f04 Branch: refs/heads/4.0 Commit: ee7e9f04714bfbc8f36933e1988d3ad81cfa7df6 Parents: 4226f88 Author: Sebastien Goasguen <[email protected]> Authored: Mon Feb 25 14:54:53 2013 -0500 Committer: Sebastien Goasguen <[email protected]> Committed: Mon Feb 25 14:54:53 2013 -0500 ---------------------------------------------------------------------- docs/en-US/management-server-install-client.xml | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ee7e9f04/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 7d219ac..51aac15 100644 --- a/docs/en-US/management-server-install-client.xml +++ b/docs/en-US/management-server-install-client.xml @@ -31,15 +31,6 @@ </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="vhd-util"> - <title>Downloading vhd-util</title> - <para>Before setting up the Management Server, download vhd-util from <ulink - url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util">vhd-util</ulink></para> - <para>If the Management Server is RHEL or CentOS, copy vhd-util to - /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver.</para> - <para>If the Management Server is Ubuntu, copy vhd-util to - /usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/vhd-util.</para> - </section> <section id="management-server-install-rhel"> <title>Install on CentOS/RHEL</title> <para>We start by installing the required packages:</para> @@ -49,4 +40,13 @@ <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>Before setting up the Management Server, download vhd-util from <ulink + url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util">vhd-util</ulink></para> + <para>If the Management Server is RHEL or CentOS, copy vhd-util to + /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver</para> + <para>If the Management Server is Ubuntu, copy vhd-util to + /usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/vhd-util</para> + </section> </section>
