~moon127/charms/trusty/ceilometer/add-execd-preinstall

« back to all changes in this revision

Viewing changes to templates/grizzly/ceilometer.conf

  • Committer: James Page
  • Date: 2013-10-18 13:38:01 UTC
  • Revision ID: james.page@canonical.com-20131018133801-hfj9nj0hr55knly6
Switch to using openstack context templating

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# grizzly
 
2
###############################################################################
 
3
# [ WARNING ]
 
4
# ceilometer configuration file maintained by Juju
 
5
# local changes may be overwritten.
 
6
###############################################################################
 
7
[DEFAULT]
 
8
debug = {{ debug }}
 
9
verbose = {{ verbose }}
 
10
 
 
11
metering_secret = {{ metering_secret }}
 
12
metering_api_port = {{ port }}
 
13
 
 
14
rabbit_host = {{ rabbitmq_host }}
 
15
rabbit_userid = {{ rabbitmq_user }}
 
16
rabbit_password = {{ rabbitmq_password }}
 
17
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
 
18
 
 
19
database_connection = mongodb://{{ db_host }}:{{ db_port }}/{{ db_name }}
 
20
 
 
21
os_auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0
 
22
os_tenant_name = {{ admin_tenant_name }}
 
23
os_username = {{ admin_user }}
 
24
os_password = {{ admin_password }}
 
25
 
 
26
logdir = /var/log/ceilometer
 
27
 
 
28
[keystone_authtoken]
 
29
auth_host = {{ auth_host }}
 
30
auth_port = {{ auth_port }}
 
31
auth_protocol = {{ auth_protocol }}
 
32
admin_tenant_name = {{ admin_tenant_name }}
 
33
admin_user = {{ admin_user }}
 
34
admin_password = {{ admin_password }}