Fix documentation for log_dir parameter

Change-Id: Ie4d40215ff631a577a26e3a63cc48e2e9545d6bc
Partial-Bug: #1600294
This commit is contained in:
Mykyta Karpin 2016-10-10 17:40:59 +03:00
parent 3a456e1de1
commit ad16d18a3b
3 changed files with 5 additions and 2 deletions

View File

@ -319,7 +319,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
#
# [*manage_logging*]

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/neutron
#
# [*log_config_append*]

View File

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