~openstack-charmers/charms/precise/ceilometer-agent/old-1410

« back to all changes in this revision

Viewing changes to templates/grizzly/ceilometer.conf

  • Committer: James Page
  • Date: 2013-12-17 15:00:42 UTC
  • Revision ID: james.page@canonical.com-20131217150042-0aomhc0vabg3hlcq
Adjust context for ceilometer relation to pick specific data

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
debug = {{ debug }}
9
9
verbose = {{ verbose }}
10
10
 
 
11
{% if metering_secret %}
11
12
metering_secret = {{ metering_secret }}
 
13
{% endif %}
12
14
 
 
15
{% if rabbitmq_host %}
13
16
rabbit_host = {{ rabbitmq_host }}
14
17
rabbit_userid = {{ rabbitmq_user }}
15
18
rabbit_password = {{ rabbitmq_password }}
16
19
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
 
20
{% endif %}
17
21
 
 
22
{% if auth_host %}
18
23
os_auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0
19
24
os_tenant_name = {{ admin_tenant_name }}
20
25
os_username = {{ admin_user }}
21
26
os_password = {{ admin_password }}
 
27
{% endif %}
22
28
 
23
29
logdir = /var/log/ceilometer