Merge "Remove store_events parameter from ceilometer configuration"

This commit is contained in:
Jenkins 2016-12-06 13:28:14 +00:00 committed by Gerrit Code Review
commit 2ec6e07d6d
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ memcache_secret_key = {{ memcache_secret_key }}
memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
[notification]
store_events = true
[service_credentials]
auth_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v3
region_name = {{ openstack_region_name }}