Updated Branches: refs/heads/master f4240e1ce -> 7a4f70ff1
Switched to yum upgrade vs yum install for RPM upgrade instructions Signed-off-by: Chip Childers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/31531fa9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/31531fa9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/31531fa9 Branch: refs/heads/master Commit: 31531fa9a6662ef523bdb2e66ee961ae23093bf9 Parents: f4240e1 Author: Chip Childers <[email protected]> Authored: Thu Apr 18 12:48:41 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Thu Apr 18 12:48:41 2013 -0400 ---------------------------------------------------------------------- docs/en-US/Release_Notes.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/31531fa9/docs/en-US/Release_Notes.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index b07b584..d5311e4 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -4221,12 +4221,12 @@ gpgcheck=0 <para>If you're using your own package repository, change this line to read as appropriate for your 4.1.0 repository.</para> </listitem> <listitem id="rpm-master"> - <para>Now that you have the repository configured, it's time to install the <filename>cloudstack-management</filename> package. This will pull in any other dependencies you need.</para> - <programlisting language="Bash">$ sudo yum install cloudstack-management</programlisting> + <para>Now that you have the repository configured, it's time to install the <filename>cloudstack-management</filename> package by upgrading the older <filename>cloud-client</filename> package.</para> + <programlisting language="Bash">$ sudo yum upgrade cloud-client</programlisting> </listitem> <listitem id="kvm-agent-rpm"> - <para>For KVM hosts, you will need to upgrade the <filename>cloudstack-agent</filename> package:</para> - <programlisting language="Bash">$ sudo yum install cloudstack-agent</programlisting> + <para>For KVM hosts, you will need to upgrade the <filename>cloud-agent</filename> package, similarly installing the new version as <filename>cloudstack-agent</filename>.</para> + <programlisting language="Bash">$ sudo yum upgrade cloud-agent</programlisting> <para>During the installation of <filename>cloudstack-agent</filename>, the RPM will copy your <filename>agent.properties</filename>, <filename>log4j-cloud.xml</filename>, and <filename>environment.properties</filename> from <filename>/etc/cloud/agent</filename> to <filename>/etc/cloudstack/agent</filename>.</para> </listitem> <listitem> @@ -4459,12 +4459,12 @@ gpgcheck=0 <para>If you're using your own package repository, change this line to read as appropriate for your 4.1.0 repository.</para> </listitem> <listitem id="rpm-master-302"> - <para>Now that you have the repository configured, it's time to install the <filename>cloudstack-management</filename> package. This will pull in any other dependencies you need.</para> - <programlisting language="Bash">$ sudo yum install cloudstack-management</programlisting> + <para>Now that you have the repository configured, it's time to install the <filename>cloudstack-management</filename> package by upgrading the older <filename>cloud-client</filename> package.</para> + <programlisting language="Bash">$ sudo yum upgrade cloud-client</programlisting> </listitem> <listitem id="kvm-agent-rpm-302"> - <para>For KVM hosts, you will need to upgrade the <filename>cloudstack-agent</filename> package:</para> - <programlisting language="Bash">$ sudo yum install cloudstack-agent</programlisting> + <para>For KVM hosts, you will need to upgrade the <filename>cloud-agent</filename> package, similarly installing the new version as <filename>cloudstack-agent</filename>.</para> + <programlisting language="Bash">$ sudo yum upgrade cloud-agent</programlisting> <para>During the installation of <filename>cloudstack-agent</filename>, the RPM will copy your <filename>agent.properties</filename>, <filename>log4j-cloud.xml</filename>, and <filename>environment.properties</filename> from <filename>/etc/cloud/agent</filename> to <filename>/etc/cloudstack/agent</filename>.</para> </listitem> <listitem>
