Fix documentation for log_dir parameter

Change-Id: Ifba8e0b5f9119426a8093a0124e5bb5d4e89b20a
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 16:13:34 +03:00
parent 40849caaa0
commit 468a12493d
3 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,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 undef.
#
# [*default_transport_url*]

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/heat'
#
# [*logging_context_format_string*]

View File

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