Merge "remove extra blank lines"

This commit is contained in:
Jenkins 2016-10-11 01:37:17 +00:00 committed by Gerrit Code Review
commit 5779833f84

View File

@ -42,11 +42,8 @@ memcache_security_strategy = ENCRYPT
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 %}
[congress]
url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ congress_api_port }}
[oslo_messaging_notifications]
driver = noop