~openstack-ubuntu-testing/charms/precise/ceph/trunk

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: james.page at ubuntu
  • Date: 2014-04-29 13:03:57 UTC
  • mfrom: (52.2.19 ceph)
  • Revision ID: james.page@ubuntu.com-20140429130357-t5t5gygr3b05vmft
Update

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        'mon_hosts': ' '.join(get_mon_hosts()),
79
79
        'fsid': config('fsid'),
80
80
        'version': ceph.get_ceph_version(),
81
 
        'osd_journal_size': config('osd-journal-size')
 
81
        'osd_journal_size': config('osd-journal-size'),
 
82
        'use_syslog': str(config('use-syslog')).lower()
82
83
    }
83
84
    # Install ceph.conf as an alternative to support
84
85
    # co-existence with other charms that write this file