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:
John Davidge 2015-11-13 14:00:54 +00:00
parent e135ca8442
commit c400d9b2f0
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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
~~~~~~~~