Merge "Fix documentation for log_dir parameter"

This commit is contained in:
Jenkins 2016-10-13 15:59:31 +00:00 committed by Gerrit Code Review
commit d238317468
3 changed files with 5 additions and 2 deletions

View File

@ -315,7 +315,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