CLOUDSTACK-3097: Installation docs have the wrong package name - made corrections in release notes and install section. I -think- I have gotten all references. Think.

This commit is contained in:
Joe Brockmeier 2013-06-22 15:31:52 -05:00
parent 7e56b401cf
commit d4d07da406
2 changed files with 6 additions and 6 deletions

View File

@ -5151,9 +5151,9 @@ under the License.
<listitem>
<para>Update the agent software with one of the following command sets as appropriate
for your environment.</para>
<para><command># yum update cloud-*</command></para>
<para><command># yum update cloud*</command></para>
<para><command># apt-get update</command></para>
<para><command># apt-get upgrade cloud-*</command></para>
<para><command># apt-get upgrade cloud*</command></para>
</listitem>
<listitem>
<para>Start the agent.</para>
@ -5744,10 +5744,10 @@ under the License.
<listitem>
<para>Update the agent software with one of the following command sets as
appropriate.</para>
<programlisting><prompt>#</prompt> <command>yum</command> update cloud-*</programlisting>
<programlisting><prompt>#</prompt> <command>yum</command> update cloud*</programlisting>
<programlisting>
<prompt>#</prompt> <command>apt-get</command> update
<prompt>#</prompt> <command>apt-get</command> upgrade cloud-*
<prompt>#</prompt> <command>apt-get</command> upgrade cloud*
</programlisting>
</listitem>
<listitem>

View File

@ -32,11 +32,11 @@
<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>
<programlisting language="Bash">yum install cloudstack-management</programlisting>
</section>
<section id="management-server-install-ubuntu">
<title>Install on Ubuntu</title>
<programlisting language="Bash">apt-get install cloud-client</programlisting>
<programlisting language="Bash">apt-get install cloudstack-mangagement</programlisting>
</section>
<section id="vhd-util">