Skip to content
Snippets Groups Projects
Commit 1c7d8dfd authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add evaluation_interval option"

parents e5d92954 1a588769
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ log_dir = /var/log/kolla/ceilometer
transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
{% if enable_aodh | bool %}
evaluation_interval = 300
{% endif %}
[keystone_authtoken]
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
project_domain_name = {{ default_project_domain_name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment