Update log_file documentation

log_file should be set to $::os_service_default and not to the boolean
false because the boolean false gets interpreted as a file name.

Change-Id: I2b7f3ad6f04b24e357948bd23782b89764e632e5
This commit is contained in:
Alex Schultz 2016-09-08 17:52:32 -06:00
parent d4402fa8d4
commit ffa154c77a
4 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#
# [*log_file*]
# (optional) The path of file used for logging
# If set to boolean false, it will not log to any file.
# If set to $::os_service_default, it will not log to any file.
# Default: undef
#
# [*log_dir*]

View File

@ -27,6 +27,7 @@
#
# [*log_file*]
# (optional) File where logs should be stored.
# If set to $::os_service_default, it will not log to any file.
# Defaults to '/var/log/glance/api.log'.
#
# [*logging_context_format_string*]

View File

@ -26,7 +26,7 @@
#
# [*log_file*]
# (optional) Log file for glance-registry.
# If set to boolean false, it will not log to any file.
# If set to $::os_service_default, it will not log to any file.
# Defaults to undef.
#
# [*log_dir*]

View File

@ -27,6 +27,7 @@
#
# [*log_file*]
# (optional) File where logs should be stored.
# If set to $::os_service_default, it will not log to any file.
# Defaults to '/var/log/glance/registry.log'.
#
# [*logging_context_format_string*]