From e7bfdb663c92629028415e6d36144b7295a9a920 Mon Sep 17 00:00:00 2001 From: Gonzalo Date: Thu, 22 Oct 2015 18:44:26 -0500 Subject: [PATCH] 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 --- doc/common/section_config_format.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/common/section_config_format.xml b/doc/common/section_config_format.xml index 2a059604d7..704acbbaad 100644 --- a/doc/common/section_config_format.xml +++ b/doc/common/section_config_format.xml @@ -109,16 +109,12 @@ notification_driver = ceilometer.compute.nova_notifier Strings can be optionally enclosed with single or double quotes. -# 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 +# 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] " +# The format for an instance that is passed with the log message. +# (string value) +#instance_format = "[instance: %(uuid)s] "