mirror of https://github.com/apache/cloudstack.git
Fixing an oops, left out a tag...
This commit is contained in:
parent
c8926de018
commit
561dccfe9d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue