Merge "Fix generated sahara conf"
This commit is contained in:
commit
ec5a90daee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user