Fixing an oops, left out a tag...

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/561dccfe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/561dccfe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/561dccfe

Branch: refs/heads/master
Commit: 561dccfe9d36490f747463041ede8a46020c80e6
Parents: c8926de
Author: Joe Brockmeier <[email protected]>
Authored: Wed Dec 12 11:21:14 2012 -0600
Committer: Joe Brockmeier <[email protected]>
Committed: Wed Dec 12 11:21:14 2012 -0600

----------------------------------------------------------------------
 docs/en-US/change-database-password.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/561dccfe/docs/en-US/change-database-password.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/change-database-password.xml 
b/docs/en-US/change-database-password.xml
index 9041ade..0ab5267 100644
--- a/docs/en-US/change-database-password.xml
+++ b/docs/en-US/change-database-password.xml
@@ -25,6 +25,7 @@
 <section id="change-database-password">
     <title>Changing the Database Password</title>
     <para>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 
<filename>/etc/cloud/management/db.properties</filename>.</para> 
+    <orderedlist>
     <listitem>
         <para>Before changing the password, you'll need to stop CloudStack's 
management server and the usage engine if you've deployed that component.</para>
 <screen>
@@ -54,7 +55,7 @@ verbose=false
 </command>
 </screen>
 <note><title>File encryption type</title>
-    <para>Note that this is for the file encryption type. If you're using the 
web encryption type (see <xref linkend="about-password-encryption" />) then 
you'll use <command>password="management_server_secret_key"</command></para>
+    <para>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"</para>
 </note>
 </listitem>
 <listitem>
@@ -71,4 +72,5 @@ db.usage.password=ENC(encrypted_password_from_above)
         <command># service cloud-usage start</command>
     </screen>
 </listitem>
+</orderedlist>
 </section>

Reply via email to