add log dir to config

This commit is contained in:
yolanda.robla@canonical.com 2013-02-20 10:14:08 +01:00
parent 2c2aef55e5
commit f2e46bbfa7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ os_auth_url=http://{{ keystone_host }}:{{ keystone_port }}/v2.0
os_tenant_name = {{ keystone_os_tenant }}
os_username = {{ keystone_os_username }}
os_password = {{ keystone_os_password }}
logdir = /var/log/ceilometer
[keystone_authtoken]
auth_host = {{ keystone_host }}