Improve ceilometer content
Address comments from the backport of patch #152626. Change-Id: Ie37a18e500e17b6cf0f6dc7fdcc5a6630b4be341 Closes-Bug: #1405252 backport: juno
This commit is contained in:
parent
ca291a44f2
commit
776e5c46bf
@ -218,9 +218,9 @@ connecting to: controller:27017/test
|
||||
...
|
||||
connection = mongodb://ceilometer:<replaceable>CEILOMETER_DBPASS</replaceable>@<replaceable>controller</replaceable>:27017/ceilometer</programlisting>
|
||||
<para>Replace <replaceable>CEILOMETER_DBPASS</replaceable> with
|
||||
the password you chose for the Telemetry module database. MongoDB
|
||||
connection string requires escaping special characters as per
|
||||
RFC2396.</para>
|
||||
the password you chose for the Telemetry module database. You
|
||||
must escape special characters such as ':', '/', '+', and '@'
|
||||
in the connection string in accordance with RFC2396.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[DEFAULT]</literal> section, configure
|
||||
|
@ -9,7 +9,7 @@
|
||||
module.</para>
|
||||
<procedure>
|
||||
<note>
|
||||
<para>Perform these commands on the controller node.</para>
|
||||
<para>Perform these steps on the controller node.</para>
|
||||
</note>
|
||||
<step>
|
||||
<para>Source the <literal>admin</literal> credentials to gain access to
|
||||
|
Loading…
Reference in New Issue
Block a user