Fix documentation for log_dir parameter
Change-Id: Ia89855dd72e2a560601ac0f1d92e15714c805ed6 Partial-Bug: #1600294
This commit is contained in:
parent
19af5aef08
commit
e8a4765c62
@ -233,7 +233,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
|
||||
#
|
||||
# [*state_path*]
|
||||
|
@ -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/nova'
|
||||
#
|
||||
# [*logging_context_format_string*]
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixed documentation for log_dir parameter
|
Loading…
Reference in New Issue
Block a user