Un-comment config options for consistency
Two of the config options in this section are commented out. Un-comment them to match with the rest of the document, and to improve readability. Change-Id: I6b52e700463906e2705465d4c2cc01ca45aad49e Closes-Bug: #1514930
This commit is contained in:
parent
e135ca8442
commit
c400d9b2f0
@ -110,11 +110,11 @@ notification_driver = ceilometer.compute.nova_notifier</programlisting>
|
||||
quotes.
|
||||
</para>
|
||||
<programlisting language="ini"># Enables or disables publication of error events. (boolean value)
|
||||
#publish_errors = false
|
||||
publish_errors = false
|
||||
|
||||
# The format for an instance that is passed with the log message.
|
||||
# (string value)
|
||||
#instance_format = "[instance: %(uuid)s] "</programlisting>
|
||||
instance_format = "[instance: %(uuid)s] "</programlisting>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
@ -84,11 +84,11 @@ string value
|
||||
.. code-block:: ini
|
||||
|
||||
# Enables or disables publication of error events. (boolean value)
|
||||
#publish_errors = false
|
||||
publish_errors = false
|
||||
|
||||
# The format for an instance that is passed with the log message.
|
||||
# (string value)
|
||||
#instance_format = "[instance: %(uuid)s] "
|
||||
instance_format = "[instance: %(uuid)s] "
|
||||
|
||||
Sections
|
||||
~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user