93ba89e34e
This commit adds some unit testing to the helper libraries as well as amulet testing for the charm itself Change-Id: I13ff38655773521592c81bb5a6847a516abd943a
18 lines
438 B
Plaintext
18 lines
438 B
Plaintext
[global]
|
|
|
|
auth cluster required = {{ auth_supported }}
|
|
auth service required = {{ auth_supported }}
|
|
auth client required = {{ auth_supported }}
|
|
|
|
keyring = /etc/ceph/$cluster.$name.keyring
|
|
mon host = {{ mon_hosts }}
|
|
fsid = {{ fsid }}
|
|
|
|
log to syslog = {{ use_syslog }}
|
|
err to syslog = {{ use_syslog }}
|
|
clog to syslog = {{ use_syslog }}
|
|
mon cluster log to syslog = {{ use_syslog }}
|
|
debug mon = {{ loglevel }}/5
|
|
debug osd = {{ loglevel }}/5
|
|
|