~hopem/charms/trusty/ceph-mon/lp1523871

« back to all changes in this revision

Viewing changes to hooks/ceph_hooks.py

  • Committer: Edward Hope-Morley
  • Date: 2016-01-18 10:18:30 UTC
  • mfrom: (126.1.1 ceph.lp1520236)
  • Revision ID: edward.hope-morley@canonical.com-20160118101830-pp5v4ltmmi4beu2c
[hopem,r=]

Add loglevel config option.
Closes-Bug: 1520236

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        'use_syslog': str(config('use-syslog')).lower(),
100
100
        'ceph_public_network': config('ceph-public-network'),
101
101
        'ceph_cluster_network': config('ceph-cluster-network'),
 
102
        'loglevel': config('loglevel'),
102
103
    }
103
104
 
104
105
    if config('prefer-ipv6'):