Skip to content

Commit 561dccf

Browse files
committed
Fixing an oops, left out a tag...
1 parent c8926de commit 561dccf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en-US/change-database-password.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<section id="change-database-password">
2626
<title>Changing the Database Password</title>
2727
<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>
28+
<orderedlist>
2829
<listitem>
2930
<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>
3031
<screen>
@@ -54,7 +55,7 @@ verbose=false
5455
</command>
5556
</screen>
5657
<note><title>File encryption type</title>
57-
<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>
58+
<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>
5859
</note>
5960
</listitem>
6061
<listitem>
@@ -71,4 +72,5 @@ db.usage.password=ENC(encrypted_password_from_above)
7172
<command># service cloud-usage start</command>
7273
</screen>
7374
</listitem>
75+
</orderedlist>
7476
</section>

0 commit comments

Comments
 (0)