~billy-olsen/charms/trusty/ceilometer/sync-charm-helpers

« back to all changes in this revision

Viewing changes to templates/havana/ceilometer.conf

  • Committer: Edward Hope-Morley
  • Date: 2014-02-20 17:36:35 UTC
  • mfrom: (46.1.3 ceilometer)
  • Revision ID: edward.hope-morley@canonical.com-20140220173635-wey1m46h3vfilm8y
[yolanda] Sync charmhelpers and add syslog support

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
[DEFAULT]
8
8
debug = {{ debug }}
9
9
verbose = {{ verbose }}
 
10
use_syslog = {{ use_syslog }}
10
11
 
11
12
rabbit_host = {{ rabbitmq_host }}
12
13
rabbit_userid = {{ rabbitmq_user }}