Merge "Fix generated sahara conf"

This commit is contained in:
Jenkins 2016-09-11 04:11:19 +00:00 committed by Gerrit Code Review
commit ec5a90daee

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