remove extra blank lines

TrivialFix

Change-Id: If98f7aff71b5d003effc466cc8b6dbec219792cf
This commit is contained in:
zhubingbing 2016-10-10 15:56:29 +00:00
parent 9a35c0e679
commit 852329f3d2
1 changed files with 0 additions and 3 deletions

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