From e8a4765c624cc8b69ad9b0a7bd11202c76df4c34 Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Wed, 5 Oct 2016 14:39:55 +0300 Subject: [PATCH] Fix documentation for log_dir parameter Change-Id: Ia89855dd72e2a560601ac0f1d92e15714c805ed6 Partial-Bug: #1600294 --- manifests/init.pp | 2 +- manifests/logging.pp | 2 +- .../notes/fix_log_dir_documentation-293f082d64a379f2.yaml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/fix_log_dir_documentation-293f082d64a379f2.yaml diff --git a/manifests/init.pp b/manifests/init.pp index b02dfe42b..d702310c2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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*] diff --git a/manifests/logging.pp b/manifests/logging.pp index 5defa53c3..cd59942f8 100644 --- a/manifests/logging.pp +++ b/manifests/logging.pp @@ -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*] diff --git a/releasenotes/notes/fix_log_dir_documentation-293f082d64a379f2.yaml b/releasenotes/notes/fix_log_dir_documentation-293f082d64a379f2.yaml new file mode 100644 index 000000000..25e070f3c --- /dev/null +++ b/releasenotes/notes/fix_log_dir_documentation-293f082d64a379f2.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Fixed documentation for log_dir parameter