From 561dccfe9d36490f747463041ede8a46020c80e6 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Wed, 12 Dec 2012 11:21:14 -0600 Subject: [PATCH] Fixing an oops, left out a tag... --- docs/en-US/change-database-password.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en-US/change-database-password.xml b/docs/en-US/change-database-password.xml index 9041ade9f26..0ab52675e3c 100644 --- a/docs/en-US/change-database-password.xml +++ b/docs/en-US/change-database-password.xml @@ -25,6 +25,7 @@
Changing the Database Password You may need to change the password for the MySQL account used by CloudStack. If so, you'll need to change the password in MySQL, and then add the encrypted password to /etc/cloud/management/db.properties. + Before changing the password, you'll need to stop CloudStack's management server and the usage engine if you've deployed that component. @@ -54,7 +55,7 @@ verbose=false File encryption type - Note that this is for the file encryption type. If you're using the web encryption type (see ) then you'll use password="management_server_secret_key" + Note that this is for the file encryption type. If you're using the web encryption type then you'll use password="management_server_secret_key" @@ -71,4 +72,5 @@ db.usage.password=ENC(encrypted_password_from_above) # service cloud-usage start +