Add use-syslog configuration option

This config option is used in the ceph.conf template; add to
charm configuration options to allow syslog to be enabled or
disabled for ceph library usage.

The existing context configuration for the charm will just
pickup and use this configuration option, avoiding the current
behaviour of writing out 'none' to the ceph.conf file.

Change-Id: I40debfa5c8ee07999ed5e688e31d1c6ceffbea36
Closes-Bug: 1604575
This commit is contained in:
James Page 2017-02-02 09:33:11 +00:00
parent 0a550e7f26
commit 7992581932
1 changed files with 5 additions and 0 deletions

View File

@ -24,3 +24,8 @@ options:
created for the pool. The number of placement groups for a pool can
only be increased, never decreased - so it is important to identify the
percent of data that will likely reside in the pool.
use-syslog:
type: boolean
default: False
description: |
Setting this to True will configure services to log to syslog.