Replace string value example

The presented bug-fix replaces the current obsolete
string value example for one used at:
/stack/glance/etc/glance-api.conf

Closes-bug: 1507628
Modified file:   doc/common/section_config_format.xml

Change-Id: Idccecca24b1b335a871a921ec5842f84cf3a5b64
This commit is contained in:
Gonzalo 2015-10-22 18:44:26 -05:00
parent a7a6344ae8
commit e7bfdb663c

View File

@ -109,16 +109,12 @@ notification_driver = ceilometer.compute.nova_notifier</programlisting>
Strings can be optionally enclosed with single or double
quotes.
</para>
<programlisting language="ini"># onready allows you to send a notification when the process
# is ready to serve. For example, to have it notify using
# systemd, one could set shell command: "onready = systemd-
# notify --ready" or a module with notify() method: "onready =
# keystone.common.systemd". (string value)
onready = systemd-notify --ready
<programlisting language="ini"># Enables or disables publication of error events. (boolean value)
#publish_errors = false
# If an instance is passed with the log message, format it
# like this (string value)
instance_format = "[instance: %(uuid)s] "</programlisting>
# The format for an instance that is passed with the log message.
# (string value)
#instance_format = "[instance: %(uuid)s] "</programlisting>
</listitem>
</varlistentry>
</variablelist>