Fix documentation for log_dir parameter

Change-Id: I283453057845af1ec8e4e1e0419db2e9d5893abf
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 15:10:27 +03:00
parent 5fad2540c9
commit 765557b9dc
3 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#
# [*log_dir*]
# (Optional) Directory to which ceilometer logs are sent.
# If set to boolean false, it will not log to any directory.
# If set to $::os_service_default, it will not log to any directory.
# Defaults to undef.
#
# [*use_syslog*]

View File

@ -22,7 +22,7 @@
#
# [*log_dir*]
# (Optional) Directory where logs should be stored.
# If set to boolean false, it will not log to any directory.
# If set to $::os_service_default, it will not log to any directory.
# Defaults to '/var/log/ceilometer'.
#
# [*logging_context_format_string*]

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed documentation for log_dir parameter