From d4d07da406fc4dcbb66a3c406253c99669c29a08 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Sat, 22 Jun 2013 15:31:52 -0500 Subject: [PATCH] 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. --- docs/en-US/Release_Notes.xml | 8 ++++---- docs/en-US/management-server-install-client.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index f5b71a7e54e..46d97a3c3f8 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -5151,9 +5151,9 @@ under the License. Update the agent software with one of the following command sets as appropriate for your environment. - # yum update cloud-* + # yum update cloud* # apt-get update - # apt-get upgrade cloud-* + # apt-get upgrade cloud* Start the agent. @@ -5744,10 +5744,10 @@ under the License. Update the agent software with one of the following command sets as appropriate. - # yum update cloud-* + # yum update cloud* # apt-get update - # apt-get upgrade cloud-* + # apt-get upgrade cloud* diff --git a/docs/en-US/management-server-install-client.xml b/docs/en-US/management-server-install-client.xml index b5329e3442a..47d6b3e1e72 100644 --- a/docs/en-US/management-server-install-client.xml +++ b/docs/en-US/management-server-install-client.xml @@ -32,11 +32,11 @@
Install on CentOS/RHEL We start by installing the required packages: - yum install cloud-client + yum install cloudstack-management
Install on Ubuntu - apt-get install cloud-client + apt-get install cloudstack-mangagement