Merge "bind_host
and bind_port
are coming under `api_setting"
This commit is contained in:
commit
bdf704843a
@ -3,10 +3,9 @@ debug = {{ octavia_logging_debug }}
|
||||
|
||||
log_dir = /var/log/kolla/octavia
|
||||
|
||||
api_handler = queue_producer
|
||||
|
||||
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 %}
|
||||
|
||||
[api_settings]
|
||||
bind_host = {{ api_interface_address }}
|
||||
bind_port = {{ octavia_api_port }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user