From 765557b9dc4a42cbe901ff73794344a8f1f899a2 Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Mon, 10 Oct 2016 15:10:27 +0300 Subject: [PATCH] Fix documentation for log_dir parameter Change-Id: I283453057845af1ec8e4e1e0419db2e9d5893abf Partial-Bug: #1600294 --- manifests/init.pp | 2 +- manifests/logging.pp | 2 +- .../notes/fix_log_dir_documentation-6f0c7311a8678413.yaml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml diff --git a/manifests/init.pp b/manifests/init.pp index e0a8ff6f..511451ad 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,7 +36,7 @@ # # [*log_dir*] # (Optional) Directory to which ceilometer logs are sent. -# 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. # # [*use_syslog*] diff --git a/manifests/logging.pp b/manifests/logging.pp index 662af5ff..d9851ca2 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/ceilometer'. # # [*logging_context_format_string*] diff --git a/releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml b/releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml new file mode 100644 index 00000000..25e070f3 --- /dev/null +++ b/releasenotes/notes/fix_log_dir_documentation-6f0c7311a8678413.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Fixed documentation for log_dir parameter