Fix generated sahara conf

There should be a blank line between 'transport_url' and 'use_neutron = True',
otherwise these line will be merge into one line after rendering.

TrivialFix

Change-Id: I66d14d5bc4b03b450cdcc0f7ac80548ed90bcd2d
This commit is contained in:
liyingjun 2016-09-10 10:08:49 +08:00
parent 99897c5438
commit e31dede2b0

View File

@ -4,6 +4,7 @@ log_dir = /var/log/kolla/sahara
port = {{ sahara_api_port }}
host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
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 %}
use_neutron = True
api_workers = 2
use_floating_ips = False